/*@import url('colors.css');*/

/* ------------------------------------------------------------------------------------------------------------------------ 
*\ ------------------------------------------------------------- CIM Style ------------------------------------------------ 
\* ------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	Helpers 
\* ------------------------------------------------------------ */
/*
.umbraco-forms-form .umbraco-forms-field-wrapper input.text,
.umbraco-forms-form .umbraco-forms-field-wrapper textarea,
.umbraco-forms-field-wrapper select {
    width: 100% !important;
    max-width: none !important;
    height: 45px;
}*/

.umbraco-forms-container.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.umbraco-forms-form fieldset,
fieldset {
    border: 0;
    padding: 0 !important;
    margin: 0;
    min-width: 0;
}
/*rrr*/
/*
.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
    margin: 0.5em 0;
    border: 1px solid #6e6e87;
}*/


/*rrr*/
.umbraco-forms-form .umbraco-forms-field-wrapper input.text,
.umbraco-forms-form .umbraco-forms-field-wrapper textarea,
.umbraco-forms-field-wrapper select {
    width: 100% !important;
    max-width: none !important;
    height: 45px;
    border: none;
    border-bottom: 2px solid var(--color-police);
}

.umbraco-forms-field-wrapper select {
    border: none !important;
    border-bottom: 2px solid var(--color-police) !important;
}

.umbraco-forms-field-wrapper textarea {
    border: 2px solid black !important;
    margin: 1em 0 0 0 !important;
}

.umbraco-forms-field-wrapper {
    line-height: normal;
}

    .umbraco-forms-field-wrapper label {
        padding-bottom: 5em !important;
        margin-bottom: 1em !important;
    }

.umbraco-forms-field {
    margin: 1em 0;
}

.g-recaptcha {
    margin-bottom: 0.2em;
}
/*rrr*/
.main {
    clear: both;
}

.shell {
    max-width: 1500px;
    /* margin: auto; */
}

.shell-secondary {
    max-width: 1700px;
    margin: auto;
    padding-top: 20px;
}


ul .first-item > a:after {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.after:after,
.nav ul:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

.hidden {
    display: none !important;
}

.bdr {
    /*border-right: 1px solid #ccc;*/
    border-right: 1px solid #5e5e79;
}
/*rrr*/
.bdr {
    position: relative; /* Needed to position the pseudo-element */
    border-right: none; /* No full border */
}

    .bdr::before {
        content: ""; /* Required for the pseudo-element to display */
        position: absolute; /* Positioning inside the .bdr element */
        top: 5%; /* Start 10% from the top to center the 80% height border */
        bottom: 6%; /* End 10% from the bottom */
        right: 0; /* Align to the right edge of the .bdr element */
        width: 1px; /* The width of the border */
        background-color: #14143c; /* Color of the border */
    }
/*--rrr*/

.bdl {
    border-left: 1px solid #ccc;
}

.coln {
    padding-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.text-center {
    text-align: center;
}

.gray-image {
    filter: grayscale(100%);
    -webkit-
	
    -o-transition: all .5s;
    transition: all .5s;
}

    .gray-image:hover {
        filter: grayscale(0);
    }

.branch-categories .branch-category .branch-content,
.search-past-winners input,
.branch-categories .branch-category,
.soc-nav a:before,
.list-tech-soc li,
.corps-member-list li .corp-content,
.corps-member-list li,
.tabs-corp-members .tabs-nav li,
.membership-item,
.radio label:after,
.account-box .account-box-head i,
.cart-popup,
.tooltip-wrap .tooltip-content,
.membership .membership-inner,
.tabs .tabs-nav li a:after,
.pass-match-error,
.link:after,
.form-register .form-btn,
.step .step-done,
.step .step-content,
.login-wrapper,
.form-label,
.form-login .btn-forgot-pass:after,
.form-login .form-btn,
.btn-reg {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.body-layover-nav,
.body-layover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0, .7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.body-layover-nav {
    z-index: 10;
}

    .body-layover-nav.active,
    .body-layover.active {
        opacity: 1;
        visibility: visible;
    }

.btn-add-cart {
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    border: 0;
    color: #fff;
    /*background-color: #00699a;*/
    background-color: #13133b;
}

    .btn-add-cart:hover {
        -webkit-box-shadow: 0 10px 10px #a3a3a3;
        box-shadow: 0 10px 10px #a3a3a3;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

.link {
    color: #00699a;
    position: relative;
}

footer a.link {
    color: white;
}

.link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #00699a; /*rrr*/
    background-color: #13133b;
}

.link:hover:after {
    width: 100%;
}


.btn-scroll-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20;
    font-size: 50px;
    background-color: #00699a;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
}

    .btn-scroll-top .fal {
        position: relative;
        top: -7px;
    }

    .btn-scroll-top:hover {
        box-shadow: 0 2px 10px 1px rgba(57,73,76,0.4), 0 1px 2px rgba(57,73,76,0.25);
    }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

h2 {
    font-size: 25px;
    color: #5b8399;
    line-height: 1.5em;
    /*rrr*/
    color: var(--color-police);
    line-height: 1.25em;
}

.article-content h2 {
    color: var(--color-heading); /*rrr*/
}

h3 {
    font-size: 1.1rem;
}

a:visited,
a {
    color: #00699a;
    color: var(--color-police);
    font-weight: 500; /*latest change*/
}

.article-content a {
    color: var(--color-heading);
    font-weight: 600;
}

.list-stories h2 {
    margin-bottom: 35px;
    margin-top: -15px;
}

.container {
    /*margin: 120px auto; rrr*/
    margin: 60px auto;
}

.list-stories .story .caption a {
    /*font-weight: 500;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.7rem;*/
    /*rrr*/
    font-weight: 300;
    line-height: normal;
    font-size: .85em;
    color: #000000;
}

}

.cta.cta-full .image {
    height: 600px;
}

.header .top-header .actions ul li:nth-child(4) {
    margin-right: 0px;
}

/* ------------------------------------------------------------ *\ 
	Header 
\* ------------------------------------------------------------ */
/*rrr replace :#00699a; with --brand-dark-blue*/
.header {
    z-index: 50;
}

    .header .top-header .actions ul li a.login-btn {
        border: 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background-color: #14143C; /*rrr*/
        background-color: var(--btn-main-color);
        padding: 10px 15px;
    }

        .header .top-header .actions ul li a.login-btn:hover {
            background-color: #00699a; /*rrr*/
            background-color: #7b8193;
            background-color: var(--btn-dark-hover);
        }

    .header .top-header .actions ul li a.btn-login {
        font-weight: 700;
        /*color: #002865;rrr*/
        color: #14143C;
        color: var(--color-police);
    }

    .header .top-header .ctn {
        max-width: 1222px;
        max-width: calc(100% - 1%); /*rrr*/
    }

.btn-login .ico-login {
    /*color: #00699a;rrr*/
    color: #14143C;
    color: var(--color-police);
}

.header .top-header {
    height: auto;
    padding: 40px; /*rrr*/
    /*padding: 0px 20px 25px 20px;*/
    padding: 12px 40px;
}

/* ------------------------------------------------------------ *\ 
	Nav 
\* ------------------------------------------------------------ */

.nav {
    background-color: #000;
    position: relative;
}

    .nav ul {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        /* justify-content: space-around; */
    }

        .nav ul ul {
            display: block;
        }

    .nav .nav-title {
        /*color: #005781;  rrr*/
        color: var(--color-police);
        font-weight: 500;
    }

    .nav .nav-subtitle {
        color: #13133b;
        font-weight: 500;
        min-height: 30px;
        font-size: 12px;
        color: #212878;
        margin-bottom: 0;
        font-size: .9em;
    }

.nav-subtitle a {
    color: var(--color-police);
}

.nav .ico-search,
.nav ul .first-item > a {
    color: #fff;
    font-weight: 400; /*600 rrr*/
    display: inline-block;
    padding: 20px 20px;
    position: relative;
}

    .nav ul .first-item > a:before,
    .nav ul .first-item > a:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 5px;
        z-index: 5;
        left: 50%;
        width: 0;
        height: 5px;
        /*background-color: #00699a;rrr*/
        background-color: #7b8193;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/*.nav ul .first-item > a:before { -webkit-transition: all .4s; 
     -o-transition: all .4s; 
        transition: all .4s; background-color: transparent;  display: inline-block;  width: 0; bottom: -15px;  height: 0; border-style: solid; border-width: 20px 15px 0 15px; border-color: transparent;  left: 50%; visibility: hidden; opacity: 0;  -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }*/
.nav ul .first-item:hover > a:after {
    width: 100%;
}
/*.nav ul .first-item:hover > a:before { border-color: #00699a transparent transparent transparent;  visibility: visible; opacity: 1; }*/
.nav .ico-search {
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

/*  Nav Dropdown  */

.nav .first-item .first-item-dropdown {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
}

    .nav .first-item .first-item-dropdown.open {
        display: block;
    }

.nav .sub-nav li {
    margin-bottom: 5px;
}

    .nav .sub-nav li.first-li {
        position: relative;
        padding-top: 20px;
    }

    .nav .sub-nav li.second-li {
        font-size: 14px;
    }

.sub-nav .ico-down {
    margin-left: 10px;
}

.nav .sub-nav a {
    /* color: #000; */
    color: #212878;; /*rrr*/
    font-size: 1em;
}

    .nav .sub-nav a:hover {
        color: #00699a;
    }

.sub-nav .first-li-has-dropdown .ico-down {
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
}

.sub-nav .first-li-has-dropdown.expanded .ico-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav .sub-nav .sub-nav-dropdown {
    display: none;
    padding-top: 20px;
    padding-left: 20px;
}

.row.secondary-dropdown.bonjour.What.We.Do .row.pt20 {
    display: grid;
    justify-items: center;
}

/*  Search  

.search-item {
    position: relative;
}

    .search-item .search {
        position: absolute;
        top: 0;
        right: 0;
        width: 500px;
        background-color: rgba(0,0,0,.5);
        padding: 20px 30px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-item .search.active {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

.search .search-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    right: 35px;
    color: #000;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.search-item {
    position: relative;
}

.search-item .search {
    position: absolute;
    top: 0;
    right: 0;
    width: 0; /* Initially hidden width */
    height: 40px; /* Adjust height as needed */
    border: none;
    background-color: transparent; /* Remove background color */
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease; /* Smooth transition for visibility and width */
    margin-right: 20px;
}

.search-item .search.active {
    width: 300px; /* Final width when active */
    visibility: visible;
    opacity: 1;
}

.search-btn {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #000; /* Button color */
    cursor: pointer;
    transform: translateY(-50%);
}

input.search {
    width: 100%; /* Ensure input takes up full width */
    height: 100%;
    padding: 0 10px; /* Adjust padding for comfort */
    border: none;
    background: none; /* No background */
    outline: none;
    color: #000; /* Input text color */
    font-size: 16px; /* Adjust font size */
}
.national-instrument {
    text-align: center;
    position: relative;
}

    .national-instrument strong {
        font-size: 30px;
        color: #ccc;
    }

    .national-instrument img {
        width: 100%;
    }
/*.national-instrument a  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
.calendar-events {
    text-align: center;
    position: relative;
}

    .calendar-events a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .list-widgets-membership li .nav-icon,
    .calendar-events .nav-icon {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .calendar-events .nav-icon {
        font-size: 130px !important;
    }

    .list-widgets-membership li:hover .nav-icon,
    .calendar-events:hover .nav-icon {
        animation-name: buble;
        animation-duration: .5s;
        color: #000;
    }

@keyframes buble {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* ------------------------------------------------------------ *\ 
	List Buttons 
\* ------------------------------------------------------------ */

.list-buttons li {
    margin-bottom: 15px;
}

.list-buttons a {
    display: inline-block;
    color: #00699a;
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    color: var(--btn-main-color);
    border: 1px solid var(--btn-main-border);
}

    .list-buttons a:hover {
        background-color: #00699a;
        color: #fff;
        background-color: var(--btn-main-border); /*rrr*/
    }

/* ------------------------------------------------------------ *\
	List Widgets 
\* ------------------------------------------------------------ */

/*  Lists Common  */
.list-technical a,
.list-publications a,
.list-member-benefits .second-li a {
    color: #000;
    position: relative;
}

    .list-technical a:after,
    .list-publications a:after,
    .list-member-benefits .second-li a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 1px;
        width: 0;
        background-color: #000;
        -webkit-transition: width .4s;
        -o-transition: width .4s;
        transition: width .4s;
    }

    .list-technical a:hover,
    .list-publications a:hover,
    .list-member-benefits .second-li a:hover {
        color: #00699a;
    }

/*  list widgets  */

.list-widgets .widget-content {
    overflow: hidden;
}

    .list-widgets .widget-content img {
        -webkit-transition: transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
    }

    .list-widgets .widget-content:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

/*  list widgets membership  */

.list-widgets-membership {
    text-align: center;
}

    .calendar-events .nav-icon,
    .list-widgets-membership .nav-icon {
        font-size: 70px;
        color: #ccc;
    }

    .list-widgets-membership li {
        margin-bottom: 20px;
        position: relative;
    }

        .list-widgets-membership li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }



/*  list member benefits  */

.list-member-benefits .first-li {
    display: inline-block;
    vertical-align: top;
    width: 32.33%;
}

.list-member-benefits .second-li {
    margin-bottom: 5px;
}

.list-member-benefits.list-member-benefits-soc .first-li {
    width: 49%;
}

/*  list publications  */

.list-publications {
    padding: 0 20px !important;
}

    .list-publications strong {
        font-weight: 700;
        font-size: 14px;
    }

    .list-publications .second-li a {
        display: block;
    }

    .list-publications .first-li {
        margin-bottom: 20px;
    }

    .list-publications .second-li {
        display: inline-block;
        vertical-align: top;
        width: 32.33%;
        padding: 0 10px;
    }

        .list-publications .second-li img {
            width: 100%;
        }

    .list-publications .second-li {
        padding-left: 0;
    }

/*  list technical  */

.list-technical li {
    margin-bottom: 20px;
}

.list-technical .last a:after {
    display: none;
}


/*  list events  */

.list-events li {
    position: relative;
}

    .list-events li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.list-events .events-image {
    overflow: hidden;
}

    .list-events .events-image img {
        width: 100%;
        -webkit-transition: transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
    }

.list-events li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*  list information  */
.list-information {
    text-align: left;
}


/*  list-more-widgets   */



/* ------------------------------------------------------------ *\
	Nav Events
\* ------------------------------------------------------------ */

.nav-events li {
    margin-bottom: 25px;
}

.nav-events p {
    margin: 0;
    color: #888;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
}

.nav-events h3 {
    margin-bottom: 0;
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

    .nav-events h3 a {
        color: inherit;
    }

.nav-events .events-inner {
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.nav-events h3:hover {
    color: #00699a;
}

.nav-events li:last-child .events-inner {
    border-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Login Wrapper
\* ------------------------------------------------------------ */

.login-wrapper {
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    width: 700px;
    z-index: 25;
    padding: 20px 50px;
    background-color: #fff;
    height: 100%;
    color: #000;
    z-index: 200;
}

    .login-wrapper.expanded {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .login-wrapper a {
        color: inherit;
    }

    .login-wrapper h2,
    .login-wrapper h3 {
        color: inherit;
    }

    .login-wrapper h3 {
        text-align: left;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .login-wrapper h2 {
        font-weight: 400;
        font-size: 2.25rem;
    }

    .login-wrapper .login-content {
        padding: 0 50px;
    }

    .login-wrapper .btn-close-login {
        float: right;
        font-size: 40px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

        .login-wrapper .btn-close-login:hover {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .login-wrapper .login-head {
        padding-top: 40px;
        margin-bottom: 80px;
    }

    .login-wrapper .login-body {
        text-align: center;
    }

        .login-wrapper .login-head h3,
        .login-wrapper .login-body h3 {
            /*color: #00699a;
            border-bottom: 1px solid #00699a;rrr*/
            color: #13133b;
            border-bottom: 1px solid #13133b;
        }

        .login-wrapper .login-body .btn-reg {
            border: 1px solid #00699a;
            color: #00699a;
            color: #fff;
            background-color: #00699a;
            display: inline-block;
            padding: 10px 50px;
            background-color: var(--btn-main-color);
            border: 1px solid var(--btn-main-color);
        }

    .login-wrapper.expanded div.text-center {
        color: var(--color-police) !important;
    }


    .login-wrapper .login-body .btn-reg:hover {
        color: var(--btn-main-color);
        background-color: transparent;
    }

/*  form login  */

.form-login .form-btn {
    background-color: transparent;
    border: 1px solid #00699a;
    color: #fff;
    background-color: #00699a;
    display: inline-block;
    padding: 10px 50px;
    cursor: pointer;
}

    .form-login .form-btn:hover {
        color: #00699a;
        background-color: transparent;
    }

.form-login .btn-forgot-pass {
    float: right;
    padding-top: 8px;
    position: relative;
}

    .form-login .btn-forgot-pass:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #000;
    }

    .form-login .btn-forgot-pass:hover:after {
        width: 100%;
    }

.form-login .form-body {
    padding-bottom: 40px;
}

.form-login .form-row {
    margin-bottom: 30px;
    position: relative;
}

.form-login .form-label {
    cursor: auto;
    color: #000;
    position: absolute;
    left: 0;
    top: 20px;
}

.form-login .field {
    background-color: transparent;
    height: 60px;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
}

.form-login .show-hide-pass {
    opacity: .5;
    font-size: 20px;
    position: absolute;
    top: 55%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .form-login .show-hide-pass:hover {
        opacity: 1;
    }

.form-login .form-label.active,
.form-login .field:focus + .form-label {
    font-size: 14px;
    top: -20px;
}

/* ------------------------------------------------------------ *\ 
	Box 
\* ------------------------------------------------------------ */

.boxes {
    padding-right: 80px;
}

.box {
    background-color: #bcbcbc;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    .box a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box h3 {
        color: #fff;
        font-size: 20px;
    }

    .box.green {
        border-bottom: 8px solid #73bf45;
        background-color: #73bf45;
    }

    .box.orange {
        border-bottom: 8px solid #f79233;
        background-color: #f79233;
    }

    .box.blue {
        border-bottom: 8px solid #199ed8;
        background-color: #199ed8;
    }

    .box.yellow {
        border-bottom: 8px solid #fcde11;
        background-color: #fcde11;
    }

    .box.light-green {
        border-bottom: 8px solid #f2f2f2; /*#d7fdf0;*/
        background-color: #f2f2f2; /*rrr*/
        /*
		border-bottom: 8px solid var(--brand-pale-blue);
        background-color: var(--brand-pale-blue);*/
        margin-top: 40px;
        background-color: #f2f2f2;
        border: 2px solid var(--btn-main-border);
    }

    .box.green:hover {
        background-color: #73bf45;
        opacity: .7;
    }

    .box.orange:hover {
        background-color: #f79233;
        opacity: .7;
    }

    .box.blue:hover {
        background-color: #199ed8;
        opacity: .7;
    }

    .box.yellow:hover {
        background-color: #fcde11;
        opacity: .7;
    }

    .box.light-green:hover {
        background-color: #f2f2f2; /*#d7fdf0;*/ /*rrr*/
        /*background-color: var(--brand-pale-blue);*/
        /*opacity: .5;*/
        background-color: white;
    }


    .box.light-green h3 {
        color: #005781;
        font-size: 20px;
        color: var(--btn-main-color); /*rrr*/
        font-size: 1em;
        padding: 0 0.5em;
    }

/* ------------------------------------------------------------ *\ 
	Intro 
\* ------------------------------------------------------------ */

.intro {
    position: relative;
    background-image: linear-gradient(to right, #0b51a3, #2ac8aa);
    max-height: 750px;
    margin-top: 210px;
    height: 65vh;
}

    .intro.FullImage {
        /*height: 100% !important; jr oct 2022*/
        height: auto;
    }

    .intro .intro-image {
        width: 50%;
        float: right;
        height: 100%;
        overflow: hidden;
    }

        .intro .intro-image img {
            height: 100%;
        }

.intro-FullImage {
    max-height: 850px;
    overflow: hidden;
    /*padding : 5px 0; modif img CIMBC22 on top*/
}

.intro .intro-content {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    height: 100%;
}

    .intro .intro-content .container {
        padding-right: 500px;
    }

    .intro .intro-content h1 {
        font-family: 'Poppins', sans-serif;
        font-family: 'Euclid Circular A', sans-serif;
        color: #e6e8eb;
        font-size: 60px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
    }

        .intro .intro-content h1 span {
            color: #94ebc7; /*rrr*/
            color: var(--color-heading);
        }

    .intro .intro-content p {
        /*display: none;*/
        font-size: inherit;
        font-weight: inherit;
        margin: 0;
        color: #fff;
    }

/*  Intro Inner  */

.intro-inner {
    padding: 150px 0;
    margin-top: 210px;
    background-color: #225a9c;
    /*Color for header title is acually in method HtmlHelperExtension.cshtml in code solution */
    background-color: #14143c ;
    /*background-image: linear-gradient(-40deg, rgba(103, 243, 216, 0.8), rgba(255, 255, 255, 0));*/ /*rrr*/
    background-size: cover;
    /*background-image: none !important;*/ /*temporary overide of the header capicty the make gradient within content - hero tab*/
    background-repeat: no-repeat;
    background-position: right 0;
}

    .intro-inner h1 {
        margin: 0;
        color: #fff;
        /* text-shadow: 2px 2px 2px #005781; */
        font-size: 50px;
    }

    .intro-inner + .main .section-primary {
        padding-top: 0;
    }

    .intro-inner.no-image {
        padding: 100px 0;
    }



/* ------------------------------------------------------------ *\
	Register
\* ------------------------------------------------------------ */
.register .register-header {
    background-color: rgb(0, 0, 70);
    background-image: linear-gradient(-40deg, rgba(28, 181, 224, 0.8), rgba(255, 255, 255, 0));
    padding: 200px 0 !important;
    text-align: center;
    position: relative;
}

    .register .register-header h1 {
        color: #fff;
        font-weight: 400;
        text-align: center;
    }

    .register .register-header .btn-scroll-down {
        color: #fff;
        font-size: 50px;
        position: absolute;
        bottom: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .register .register-header .btn-scroll-down:hover {
            bottom: 10px;
        }

.register .register-content p {
    color: #fff;
    padding-bottom: 20px;
}



.login-box-content {
    padding: 500px 0;
    text-align: center;
    position: relative;
}

    .login-box-content h2 {
        position: absolute;
        top: 101px;
        left: 50%;
        font-weight: 300;
    }

        .login-box-content h2:after {
            content: '';
            position: absolute;
            bottom: -50px;
            left: 50%;
            width: 100px;
            height: 2px;
            background-color: rgb(0, 0, 70);
            background-image: linear-gradient(40deg, rgba(28, 181, 224, 0.8), rgba(28, 181, 224, 0.8));
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.large-login-btn {
    font-size: 50px;
    color: #888;
    border: 3px solid #71be47;
    padding: 50px 150px;
    margin-left: 50px;
}

    .large-login-btn:hover {
        color: #fff;
        background-color: #71be47;
        -webkit-box-shadow: 0 10px 10px #a3a3a3;
        box-shadow: 0 10px 10px #a3a3a3;
        margin-top: -10px;
    }

/* ------------------------------------------------------------ *\
	Steps
\* ------------------------------------------------------------ */

.steps {
    padding-left: 0;
}

.step {
    position: relative;
    display: inline-block;
    width: 32.33%;
    text-align: center;
    vertical-align: top;
    opacity: .5;
}

    .step p {
        color: #fff;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .step.active {
        opacity: 1;
    }

    .step:after {
        position: absolute;
        content: '';
        height: 1px;
        background-color: #fff;
        width: 60%;
        display: inline-block;
        left: 70%;
        top: 65px;
    }

    .step:last-child:after {
        display: none;
    }

    .step .step-content {
        padding-top: 45px;
        display: inline-block;
        border-radius: 50%;
        background-color: #fff;
        width: 120px;
        height: 120px;
        text-align: center;
        position: relative;
    }

    .step .step-number {
        font-size: 50px;
    }

    .step .step-done {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 50px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .step.done {
        opacity: 1;
    }

        .step.done .step-content {
            background-color: #00699a;
            color: #00699a;
        }

        .step.done .step-done {
            visibility: visible;
            opacity: 1;
            color: #fff;
        }

/* ------------------------------------------------------------ *\
	Form Register
\* ------------------------------------------------------------ */

.form-register {
    padding: 50px 0 100px;
}


    .form-register .form-head {
        padding: 50px 0;
        margin-bottom: 100px;
    }

    .form-register .form-body {
        max-width: 700px;
        margin: auto;
    }

    .form-register .form-head h2 {
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
    }

        .form-register .form-head h2:after {
            content: '';
            position: absolute;
            bottom: -50px;
            left: 50%;
            width: 100px;
            height: 2px;
            background-color: rgb(0, 0, 70);
            background-image: linear-gradient(40deg, rgba(28, 181, 224, 0.8), rgba(28, 181, 224, 0.8));
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .form-register .form-row {
        margin-bottom: 50px;
    }

    .form-register .form-controls {
        position: relative;
    }

    .form-register .form-actions {
        padding-top: 30px;
        text-align: center;
    }

    .form-register .field {
        border: 0;
        border-bottom: 1px solid #ccc;
        position: relative;
        z-index: 5;
        background: transparent;
    }

    .form-register .form-label {
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: auto;
    }

    .form-register .form-btn {
        width: auto;
        display: inline-block;
        padding: 20px 50px;
        cursor: pointer;
        border: 0;
        color: #fff;
        background-color: #1791c1;
    }

        .form-register .form-btn:hover {
            -webkit-box-shadow: 0 10px 10px #a3a3a3;
            box-shadow: 0 10px 10px #a3a3a3;
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            transform: translateY(-5px);
        }

    .form-register .form-label.active,
    .form-register .field:focus + .form-label {
        top: -20px;
        font-size: 13px;
    }

    .form-register .button_strength {
        display: none;
    }

    .form-register .show-hide-pass {
        position: absolute;
        top: 10px;
        right: -30px;
    }

.strength_meter div {
    font-size: 0;
    line-height: 40px;
    text-transform: lowercase;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
    width: 0%;
    height: 10px;
    text-align: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 25px;
}

    .strength_meter div.veryweak {
        background-color: #e81e1e;
        width: 25%;
        font-size: 10px;
    }

    .strength_meter div.weak {
        background-color: #ef8905;
        width: 50%;
        font-size: 10px;
    }

    .strength_meter div.medium {
        background-color: #f4dc0d;
        width: 75%;
        font-size: 10px;
    }

    .strength_meter div.strong {
        background-color: #02b012;
        width: 100%;
        font-size: 10px;
    }


.pass-check {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    display: none;
}

    .pass-check.correct-pass {
        color: green;
    }

    .pass-check.incorrect-pass {
        color: red;
    }

.pass-match-error {
    display: inline-block;
    padding-left: 10px;
    margin-top: 10px;
    color: red;
    font-size: 0;
}

    .pass-match-error.active {
        font-size: 12px;
    }

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */


.tabs {
    padding: 100px 0;
}

    .tabs .tabs-body {
        text-align: center;
        padding: 50px 30px 0;
        background-color: #f9f9f9;
    }

        .tabs .tabs-body h3 {
            margin-top: 0;
        }

    .tabs .tabs-nav ul {
        padding-left: 0;
        margin: 0;
    }

    .tabs .tabs-nav li {
        width: 25%;
        float: left;
        text-align: center;
        border-left: 0;
        background-color: #eee;
        border-bottom-color: #000;
        border-right: 5px solid #fff;
    }

        .tabs .tabs-nav li:last-child {
            border-right: 0;
        }

        .tabs .tabs-nav li a {
            border-top: 8px solid transparent;
            color: #fff;
            display: block;
            padding: 30px 0 60px;
            background-color: #b9b8b8;
            font-size: 25px;
            font-weight: 700;
            position: relative;
        }

            .tabs .tabs-nav li a:after {
                content: '';
                display: inline-block;
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 30px 35px 30px;
                border-color: transparent transparent #f9f9f9 transparent;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                visibility: hidden;
                opacity: 0;
            }

        .tabs .tabs-nav li.active a {
            border-color: #f7b01f;
        }

            .tabs .tabs-nav li.active a:after {
                visibility: visible;
                opacity: 1;
            }

    .tabs-account .tab,
    .tabs .tab {
        visibility: hidden;
        opacity: 0;
        height: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .tabs-account .tab.active,
        .tabs .tab.active {
            visibility: visible;
            opacity: 1;
            height: auto;
        }

/*  Tabs Inner  */

.tabs-inner .tabs-inner-nav {
    position: relative;
}

    .tabs-inner .tabs-inner-nav a {
        display: block;
        padding: 30px 20px;
        border: 1px solid #ccc;
        position: relative;
        color: #000;
        font-size: 20px;
    }

        .tabs-inner .tabs-inner-nav a:after,
        .tabs-inner .tabs-inner-nav a:before {
            content: '';
            display: none;
            position: absolute;
            top: 0;
            right: -21px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 45px 0 45px 20px;
            border-color: transparent transparent transparent #ccc;
        }

        .tabs-inner .tabs-inner-nav a:after {
            border-color: transparent transparent transparent #fff;
            right: -19px;
        }

    .tabs-inner .tabs-inner-nav li {
        margin-bottom: 20px;
    }

        .tabs-inner .tabs-inner-nav li.active a {
            background-color: #ccc;
            color: #fff;
            font-weight: 700;
        }

            .tabs-inner .tabs-inner-nav li.active a:after {
                border-color: transparent transparent transparent #ccc;
            }

            .tabs-inner .tabs-inner-nav li.active a:after,
            .tabs-inner .tabs-inner-nav li.active a:before {
                display: inline-block;
            }

.tabs-inner .tabs-inner-body {
    overflow: hidden;
    min-height: 930px;
    height: auto;
}

.tabs-inner .tab-inner {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 30px;
}

    .tabs-inner .tab-inner.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

/*  tabs-corp-members  */


.tabs-corp-members {
    padding-top: 30px;
}

    .tabs-corp-members .tabs-nav li {
        display: inline-block;
        text-align: center;
        font-size: 25px;
        text-transform: uppercase;
        color: #000;
        border: 1px solid #ccc;
        width: 3.46%;
    }

        .tabs-corp-members .tabs-nav li:hover {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .tabs-corp-members .tabs-nav li.active {
            color: #fff;
            background-color: #00699a;
        }

        .tabs-corp-members .tabs-nav li a {
            color: inherit;
            display: block;
            padding: 10px 0;
        }

    .tabs-corp-members .tabs-body {
        overflow: hidden;
        position: relative;
    }

    .tabs-corp-members .tab {
        display: none;
    }

        .tabs-corp-members .tab.active {
            display: block;
        }

.corps-member-list {
    padding-left: 0;
}

    .corps-member-list .corp-title {
        margin-bottom: 30px;
    }

    .corps-member-list li {
        margin-bottom: 20px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        width: 32.4%;
        margin-right: 1%;
        text-align: center;
        border: 1px solid #ccc;
        padding-bottom: 30px;
        padding-top: 10px;
    }

        .corps-member-list li:nth-child(3n) {
            margin-right: 0;
        }

        .corps-member-list li .corp-content {
            padding-top: 20px;
            position: fixed;
            top: 0;
            right: 0;
            width: 500px;
            height: 100vh;
            background-color: #fff;
            -webkit-transform: translateX(550px);
            -ms-transform: translateX(550px);
            -o-transform: translateX(550px);
            transform: translateX(550px);
            padding: 60px 20px;
            z-index: 110;
            overflow: auto;
            text-align: left;
        }

            .corps-member-list li .corp-content.active {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

        .corps-member-list li:hover {
            -webkit-box-shadow: 0 5px 5px #ccc;
            box-shadow: 0 5px 5px #ccc;
            margin-top: -10px;
        }

        .corps-member-list li .corp-content .close-desc {
            position: absolute;
            top: 15px;
            left: 25px;
            color: #000;
            font-size: 30px;
        }


/*  branch-member-nav  */

.branch-member-nav .tab {
    display: none;
    padding-top: 30px;
}

    .branch-member-nav .tab.active {
        display: block;
    }

.branch-member-nav .tabs-nav ul,
.branch-member-nav .tabs-nav li {
    display: inline-block;
    padding: 0 15px;
}

.branch-member-nav .tabs-nav li,
.branch-member-nav .tabs-nav ul {
    padding-left: 0;
}

    .branch-member-nav .tabs-nav li a {
        display: block;
        padding: 10px 30px;
        border: 1px solid #ccc;
        color: #000;
    }

        .branch-member-nav .tabs-nav li a:hover {
            -webkit-box-shadow: 0 5px 5px #a3a3a3;
            box-shadow: 0 5px 5px #a3a3a3;
        }

    .branch-member-nav .tabs-nav li.active a {
        background-color: #00699a;
        color: #fff;
    }

.branch-member-nav .list-member-benefits .first-li {
    font-size: 14px;
}

    .branch-member-nav .list-member-benefits .first-li a {
        color: #000;
    }

    .branch-member-nav .list-member-benefits .first-li:hover a {
        color: #00699a;
    }

.branch-member-nav .list-member-benefits {
    padding-bottom: 30px;
}

.check-select {
    height: 50px;
    cursor: pointer;
}

.check-input {
    display: none;
}

.check-label {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

    .check-label:before,
    .check-label:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .check-label:after {
        width: 30px;
        height: 30px;
        border: 1px solid #000;
    }

    .check-label:before {
        content: '\f00c';
        font-family: "Font Awesome 5 Pro";
        font-size: 25px;
        left: 4px;
        color: #00699a;
        font-weight: 300;
        transform: scale(0);
        z-index: 10;
    }

.check-input:checked + .check-label:before {
    animation-name: popup;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    transform: scale(1);
}

@keyframes popup {
    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
/* ------------------------------------------------------------ *\
	Membership 
\* ------------------------------------------------------------ */
/*.membership {
    margin-bottom: 30px;/*rrr*/
}

*/

.membership .membership-inner {
    border: 1px solid #ccc;
    padding: 20px 10px;
    background-color: #fff;
}

.membership .membership-inner:hover {
    -webkit-box-shadow: 0 10px 10px #a3a3a3;
    box-shadow: 0 10px 10px #a3a3a3;
}

.membership .membership-title {
    min-height: 46px;
    font-weight: 700;
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
}

.membership .membership-price {
    font-weight: 700;
    font-size: 40px;
}

    .membership .membership-price sup {
        font-size: 20px;
        position: relative;
        top: -15px;
    }

.membership .membership-features {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}

    .membership .membership-features li {
        padding-bottom: 20px;
    }

/*  Tooltip  */

.tooltip-wrap {
    position: relative;
    cursor: pointer;
    color: #00699a;
    font-weight: 700;
}

    .tooltip-wrap .tooltip-content {
        position: absolute;
        display: inline-block;
        padding: 0 20px;
        background-color: #000;
        color: #fff;
        border-radius: 20px;
        font-size: 12px;
        top: -25px;
        left: 0;
        visibility: hidden;
        opacity: 0;
    }

        .tooltip-wrap .tooltip-content:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 20px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 7.5px 0 7.5px;
            border-color: #000000 transparent transparent transparent;
        }

    .tooltip-wrap:hover .tooltip-content {
        visibility: visible;
        opacity: 1;
        top: -35px;
    }

.cart-popup {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    margin: auto;
    z-index: 130;
    opacity: 0;
    visibility: hidden;
}

    .cart-popup .cart-popup-inner {
        background-color: #fff;
        max-width: 800px;
        margin: auto;
        padding: 30px 40px;
        position: relative;
    }

        .cart-popup .cart-popup-inner h2 {
            margin-top: 0;
        }

    .cart-popup .btn-close-cart {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
    }

        .cart-popup .btn-close-cart:hover {
            opacity: .5;
        }

    .cart-popup.active {
        opacity: 1;
        visibility: visible;
    }


/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */

.section-account {
    padding-top: 150px;
}

.section-primary .container {
    margin: 0 auto;
}




/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */
.list-exec-officers,
.list-tech-soc,
.list-addresses,
.list-radios,
.tabs-nav ul,
.list-checkboxes,
.list-membership-details,
.list-ads {
    padding-left: 0px;
}

    .list-ads li {
        margin-bottom: 20px;
    }

.list-membership-details {
    margin-top: 0;
}

.list-soc-items {
    height: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-bottom: 10px;
}

    .list-soc-items .society-item {
        background-color: #ddd;
        margin: 10px 0;
        cursor: pointer;
        padding: 10px;
    }

        .list-soc-items .society-item:last-child {
            margin-bottom: 0;
        }

.sort-actions {
    padding: 20px 0;
}

.list-radios li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.list-tech-soc {
    font-size: 20px;
}

    .list-tech-soc li {
        padding-bottom: 20px;
    }

    .list-tech-soc a {
        color: #000;
    }

    .list-tech-soc li:hover {
        padding-left: 20px;
    }

        .list-tech-soc li:hover a {
            color: #00699a;
        }

.soc-nav {
    /*background-color: #818281;*/
    background-color: #00608d;
    background: var(--soc-nav-background);
}

    .soc-nav.soc-nav-secondary ul li a {
        color: var(--soc-nav-color); /*rrr*/
    }

    .soc-nav a {
        color: #fff;
        padding: 5px;
        display: inline-block;
        position: relative;
    }

    .soc-nav li.active a {
        /*background-color: #a0a0a0; rrr*/
        background-color: hsl(0, 0%, 80%);
        padding-left: 1em;
        padding-right: 1em;
    }

    .soc-nav ul {
        display: flex;
        justify-content: space-around;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        position: relative;
    }

    .soc-nav .container {
        margin-top: 0;
        margin-bottom: 0;
    }

    .soc-nav .soc-logo {
        position: absolute;
        top: -41px;
        left: -80px;
        width: 100px;
        /*border: 1px solid #000;rrr*/
        border: 2px solid var(--btn-main-border);
        background-color: #fff;
        z-index: 20;
        text-align: center;
    }

        .soc-nav .soc-logo img {
            width: 100%;
        }

.soc-nav-secondary ul {
    padding-left: 150px;
}

.soc-nav-secondary .soc-logo {
    left: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

    .soc-nav-secondary .soc-logo a {
        height: 120px;
        height: 100%;/**calg*/
        max-height:120px;
        margin: 0;
        padding: 0;
    }

    .soc-nav-secondary .soc-logo img {
        width: 100%;
        height: 100%;
        max-width: 100px; /*rrr*/
        object-fit: cover;
        padding: 0;
        margin: 0 !important;
        max-width: 125px;/**calg*/
    }


.list-exec-officers li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 70px;
}

    .list-exec-officers li p {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .list-exec-officers li img {
        width: 100%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        display: inline-block;
    }

        .list-exec-officers li img:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

    .list-exec-officers li:nth-child(3n) {
        margin-right: 0;
    }

.list-exec-officers .exec-office-image {
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */

.checkbox input {
    display: none;
}

.checkbox label {
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    padding-top: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

    .checkbox label:before,
    .checkbox label:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .checkbox label:before {
        width: 30px;
        height: 30px;
        border: 1px solid #000;
    }

    .checkbox label:after {
        content: ' ';
        background: url(../png/ico-check.png) no-repeat 0 0;
        width: 20px;
        height: 20px;
        -webkit-background-size: cover;
        background-size: cover;
        left: 5px;
        top: 2px;
        -webkit-transform: rotate(-100deg);
        -ms-transform: rotate(-100deg);
        -o-transform: rotate(-100deg);
        transform: rotate(-100deg);
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.checkbox input:checked + label:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */

.radio input {
    display: none;
}

.radio label {
    padding-left: 40px;
    cursor: pointer;
}

    .radio label:after,
    .radio label:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
    }

    .radio label:before {
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
    }

    .radio label:after {
        width: 18px;
        height: 18px;
        background-color: #616161;
        top: 6px;
        left: 6px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

.radio input:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* ------------------------------------------------------------ *\
	Table Memberships
\* ------------------------------------------------------------ */

.table-memberships {
    border: 1px solid #ccc;
}

    .table-memberships .row {
        margin-left: 0;
        margin-right: 0;
    }

    .table-memberships .td {
        border-bottom: 1px solid #ccc;
    }

    .table-memberships .table-row:last-child .td {
        border-bottom: 0;
    }

    .table-memberships .td,
    .table-memberships .th {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

        .table-memberships .td:last-child,
        .table-memberships .th:last-child {
            border-right: 0;
        }

/* ------------------------------------------------------------ *\
	Section Membership
\* ------------------------------------------------------------ */

.memebrships-section {
    padding: 100px 0;
}

/*  Membership  */

.membership-item {
    border: 1px solid #ccc;
    min-height: 670px;
    padding: 10px 15px;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

    .membership-item .membership-title {
        color: #005781;
        line-height: 1.4;
    }

    .membership-item .membership-images img {
        width: 50%;
    }

    .membership-item .membership-actions {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
    }

        .membership-item .membership-actions a {
            font-size: 14px;
        }

    .membership-item:hover {
        -webkit-box-shadow: 0 10px 10px #a3a3a3;
        box-shadow: 0 10px 10px #a3a3a3;
    }

/* ------------------------------------------------------------ *\
	Account Box
\* ------------------------------------------------------------ */

.account-box {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin-bottom: 20px;
}

    .account-box .account-box-head {
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .account-box .account-box-head .account-box-expand {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #000;
        }

        .account-box .account-box-head h3 {
            margin: 0;
        }

    .account-box .account-box-body {
        padding-top: 20px;
        display: none;
    }

    .account-box .account-box-head.active i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .tabs-account select,
    .account-box select {
        height: 50px;
        width: 100%;
        padding-left: 10px;
        cursor: pointer;
    }

    .account-box .account-controls {
        margin-bottom: 20px;
    }

.membership-details .account-box-body {
    display: block;
}

/* ------------------------------------------------------------ *\
	Adresses
\* ------------------------------------------------------------ */

.addresses-body {
    background-color: #eee;
    padding: 10px 20px;
}

.addresses-actions {
    float: right;
}

    .addresses-actions a {
        margin-right: 10px;
        color: #000;
        opacity: .5;
    }

        .addresses-actions a:hover {
            opacity: 1;
        }

        .addresses-actions a .edit-icon {
            color: #000;
            color: #0006ff;
        }

        .addresses-actions a .delete-icon {
            color: red;
        }

        .addresses-actions a:last-child {
            margin-right: 0;
        }

/* ------------------------------------------------------------ *\
	Tabs Account
\* ------------------------------------------------------------ */

.tabs-account .tabs-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.tabs-account .tabs-nav li {
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

    .tabs-account .tabs-nav li:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f105';
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        font-size: 25px;
    }

    .tabs-account .tabs-nav li a {
        display: block;
        color: #000;
    }

    .tabs-account .tabs-nav li.active {
        background-color: #00699a;
    }

        .tabs-account .tabs-nav li.active a {
            color: #fff;
        }

.tabs-account .tabs-body h4 {
    margin: 30px 0;
}

.tabs-account .tabs-body {
    overflow: hidden;
    min-height: 1530px;
    height: auto;
}

.tabs-account .tab {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 30px;
}

    .tabs-account .tab.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

/* ------------------------------------------------------------ *\
	Form Personal Details
\* ------------------------------------------------------------ */

.form-personal-details label {
    display: inline-block;
    padding-bottom: 15px;
}

.form-personal-details .form-row {
    margin-bottom: 15px;
}

.form-change-password .form-controls,
.form-personal-details .form-controls {
    position: relative;
}

    .form-change-password .form-controls .asterisk,
    .form-personal-details .form-controls .asterisk {
        position: absolute;
        top: 12px;
        right: -10px;
        color: red;
    }

    .form-personal-details .form-controls.error input {
        border-color: red;
    }

/* ------------------------------------------------------------ *\
	list-careers
\* ------------------------------------------------------------ */

.nav .list-careers {
    padding-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.list-careers .careers-inner {
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

    .list-careers .careers-inner a {
        display: block;
        padding: 40px 0;
        color: #000;
        font-size: 20px;
    }

        .list-careers .careers-inner a:hover {
            background-color: #00699a;
            color: #fff;
        }

/* ------------------------------------------------------------ *\
	branch-categories
\* ------------------------------------------------------------ */

.branch-categories {
    margin-top: 50px;
}

    .branch-categories .branch-category {
        border: 1px solid #ccc;
        margin-bottom: 30px;
        min-height: 150px;
        position: relative;
    }

        .branch-categories .branch-category .branch-category-head {
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

        .branch-categories .branch-category h4 {
            margin-top: 0;
            font-size: 15px;
            line-height: 1.6;
            text-align: center;
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            padding: 0 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .branch-categories .branch-category a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .branch-categories .branch-category .branch-content {
            position: fixed;
            width: 500px;
            height: 100%;
            background-color: #fff;
            top: 0;
            right: 0;
            z-index: 101;
            padding: 20px;
            -webkit-transform: translateX(150%);
            -ms-transform: translateX(150%);
            -o-transform: translateX(150%);
            transform: translateX(150%);
        }

            .branch-categories .branch-category .branch-content.active {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

            .branch-categories .branch-category .branch-content .btn-close-branch {
                font-size: 30px;
                color: #000;
            }

.branch-categoryu-society {
    padding-left: 0;
}

    .branch-categoryu-society li {
        padding: 20px 0;
        font-size: 14px;
        cursor: pointer;
    }

        .branch-categoryu-society li .branch-categoryu-society li {
            margin-left: 30px;
        }

.branch-category-title {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 50px;
}

.branch-categoryu-society li strong:hover,
.branch-categoryu-society li a:hover {
    color: #00699a;
}

.branch-categoryu-society li a {
    color: #000;
}

.branch-categoryu-society strong {
    display: block;
    font-size: 18px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.branch-categories .branch-category:hover {
    -webkit-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    color: #fff;
    margin-top: -10px;
}

.past-winners .past-winners-head {
    margin-bottom: 30px;
}

.past-winner {
    position: relative;
    margin-bottom: 30px;
}

    .past-winner a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.past-winner-content p {
    padding: 0;
    margin: 0;
    padding-right: 20px;
    font-size: 12px;
    color: #929191;
    font-weight: 400;
    line-height: 1.3;
}

.past-winner-content small {
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: red;
}


.past-winner .past-winner-image {
    overflow: hidden;
}

    .past-winner .past-winner-image img {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

.past-winner:hover .past-winner-image img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.search-past-winners {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

    .search-past-winners .search-button {
        position: absolute;
        background: none;
        border: 0;
        top: 50%;
        right: 10px;
        cursor: pointer;
        font-size: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .search-past-winners input {
        width: 300px;
        font-size: 12px;
    }

        .search-past-winners input:focus {
            border-color: #000;
            width: 500px;
        }

/* ------------------------------------------------------------ *\
	award-winners
\* ------------------------------------------------------------ */

.award-winners .award-winner {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 73px;
}

    .award-winners .award-winner .award-winner-content p {
        margin-top: 0;
    }

    .award-winners .award-winner .award-winner-name {
        padding: 0;
        margin: 0;
        font-size: 13px;
        font-weight: 600
    }

    .award-winners .award-winner .award-winner-aside p {
        margin: 0;
        padding: 0;
    }

.award-winner {
    width: 100%;
}
/* ------------------------------------------------------------ *\
	Tab Filter
\* ------------------------------------------------------------ */
.tab-filter-head {
    padding-bottom: 30px;
}

    .tab-filter-head h2 {
        margin-bottom: 0;
    }
/*
.scholarships {
    background-color: #f9f9f9;rrr
}
*/
.scholarship h3 {
    color: var(--police-main);
}

.scholarships .scholarship {
    /*padding: 20px 30px;*/
    padding: 2% 5% 5% 5%;
    /*border-bottom: 1px solid #ccc;rrr*/
    margin-bottom: 2em;
    border: 2px solid #d8d8d8;
}

.scholarship .btn-tertiary {
    color: var(--color-police);
    background: #d1d5e1;
    padding: 0.5em 15px;
    width: 200px;
    border: 2px solid #676782;
}
/* ------------------------------------------------------------ *\
	Scholarship
\* ------------------------------------------------------------ */


.scholarship .scholarship-tag span {
    display: inline-block;
    margin-right: 10px;
}

.scholarship-region {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px 0;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    margin-bottom: 50px;
}

    .scholarship-region h2 {
        margin-bottom: 0;
        margin-top: 0;
    }

/*  engagement-platform   */
.engagement-platform {
    /*modif*/
    /*padding: 0 99px 0 150px;*/
    padding: 0 50px;
}

    .engagement-platform .engagement-platform-image img {
        width: 100%;
        /*modif add image shadow - nav : Magazine and Communities  */
        filter: drop-shadow(8px 8px 10px gray);
    }

/* ------------------------------------------------------------ *\
	calendar-events-secondary
\* ------------------------------------------------------------ */

.calendar-events-secondary .calendar-event-image {
    margin-bottom: 20px;
    overflow: hidden;
}

    .calendar-events-secondary .calendar-event-image img {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

.calendar-events-secondary .calendar-event-date span {
    color: var(--color-police); /*rrr*/
}

.calendar-events-secondary .calendar-event-date strong {
    color: #9a9797;
    font-weight: 600;
    color: var(--color-police); /*rrr*/
    font-size: 2.5em;
}

.calendar-events-secondary .calendar-event-description p {
    /*font-size: 18px;*/
    font-weight: 600;
    /*color: #333;*/ /*rrr*/
    padding: 0;
    margin: 0;
    color: var(--color-police);
    line-height: normal;
    font-size: 1em;
}

.calendar-events-secondary .calendar-event-description span {
    font-size: 12px;
    line-height: 1.6;
    display: block;
}

.calendar-events-secondary .calendar-event {
    margin-bottom: 50px;
    position: relative;
}

    .calendar-events-secondary .calendar-event a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .calendar-events-secondary .calendar-event:hover .calendar-event-image img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

/* ------------------------------------------------------------ *\
	tabs-filter-outter
\* ------------------------------------------------------------ */

.tabs-filter-outter .tab {
    display: none;
}

    .tabs-filter-outter .tab.active {
        display: block;
    }

.tabs-filter-outter .tabs-nav-primary {
    text-align: center;
}

    .tabs-filter-outter .tabs-nav-primary ul li {
        display: inline-block;
        vertical-align: top;
        /*padding: 0 5px;
        width: 49%;*/ /*rrr*/
        background: #f2f2f2;
        margin: 0 5px;
        width: calc(49% - 5px);
    }

        .tabs-filter-outter .tabs-nav-primary ul li a {
            width: 100%;
            padding: 50px 30px;
            border: 1px solid #ccc;
            color: #000;
            text-transform: uppercase;
            font-size: 30px;
            font-weight: 300;
            position: relative;
            display: inline-block;
        }

            .tabs-filter-outter .tabs-nav-primary ul li a:after {
                opacity: 0;
                visibility: hidden;
                display: inline-block;
                content: '';
                position: absolute;
                bottom: -25px;
                left: 50%;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 22px 20px 0 20px;
                /*border-color: #00699a transparent transparent transparent;rrr*/
                border-color: #13133b transparent transparent transparent;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }

        .tabs-filter-outter .tabs-nav-primary ul li.active a {
            /*border-bottom: 5px solid #00699a;rrr*/
            border-bottom: 5px solid #13133b;
            font-weight: 700;
            box-shadow: 0 2px 10px 1px rgba(57,73,76,0.4), 0 1px 2px rgba(57,73,76,0.25);
        }

            .tabs-filter-outter .tabs-nav-primary ul li.active a:after {
                opacity: 1;
                visibility: visible;
            }

.tabs-filter {
    padding: 30px 0 0;
}

    .tabs-filter .tabs-nav-secondary li {
        margin-bottom: 30px;
        padding-right: 10px;
    }

        .tabs-filter .tabs-nav-secondary li a {
            color: #000;
            text-transform: uppercase;
            padding: 40px 10px;
            border: 1px solid #ccc;
            display: block;
            text-align: center;
            position: relative;
        }

            .tabs-filter .tabs-nav-secondary li a:after {
                opacity: 0;
                visibility: hidden;
                display: inline-block;
                content: '';
                position: absolute;
                right: -27px;
                top: 50%;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 15px 0 15px 22px;
                /*border-color: transparent transparent transparent #00699a;rrr*/
                border-color: transparent transparent transparent #13133b;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }

        .tabs-filter .tabs-nav-secondary li.active a {
            /*border-right: 5px solid #00699a;rrr*/
            border-right: 5px solid #13133b;
            font-weight: 700;
            box-shadow: 0 2px 10px 1px rgba(57,73,76,0.4), 0 1px 2px rgba(57,73,76,0.25);
        }

            .tabs-filter .tabs-nav-secondary li.active a:after {
                opacity: 1;
                visibility: visible;
            }

.tabs-filter-inner .tabs-nav-teritary li {
    display: inline-block;
    vertical-align: top;
    width: 32.9%;
    position: relative;
    min-height: 100px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .tabs-filter-inner .tabs-nav-teritary li a {
        color: #000;
        text-align: center;
        display: block;
        padding: 20px 10px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tabs-filter-inner .tabs-nav-teritary li.active {
        border-bottom: 5px solid #14143C;
        box-shadow: 0 2px 10px 1px rgba(57,73,76,0.4), 0 1px 2px rgba(57,73,76,0.25);
    }

        .tabs-filter-inner .tabs-nav-teritary li.active a {
            font-weight: 700;
        }



.btn-prev-nav {
    display: none;
}

.row.secondary-dropdown {
    margin: 0;
}

.nav-subtitle.event-subtitle {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.4
}


.row.secondary-dropdown {
    margin: 0;
}

.list-widgets-membership {
    text-align: left;
}

    .list-widgets-membership li {
        padding-left: 80px;
        margin-bottom: 40px;
    }

    .list-widgets-membership .nav-icon {
        position: absolute;
        top: -5px;
        left: 0;
        font-size: 40px;
    }

.article-rte-visible {
    cursor: pointer;
}

.article-rte .article-rte-hidden {
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    padding: 60px 30px;
    height: 100%;
    background-color: #fff;
    transform: translateX(600px);
    transition: all .4s;
    z-index: 50;
    overflow: auto;
}

    .article-rte .article-rte-hidden.active {
        transform: translateX(0);
    }

.btn-close-article-rte {
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 25px;
    font-weight: 600;
    color: #333;
}

.corps-member-list .corp-title {
    font-size: 0.9rem;
}

/* ------------------------------------------------------------ *\
	Event Box
\* ------------------------------------------------------------ */

.event-box {
    background-color: #fff;
    /*-webkit-box-shadow: 0 1px 10px #dcdcdc;
    box-shadow: 0 1px 10px #dcdcdc;*/
    /*-webkit-box-shadow: 0 0px 1px black;
	box-shadow: 0 0px 1px black;*/
    background-color: #f2f2f2;
    position: relative;
    padding-bottom: 100px;
}

.books .event-box {
    background: white;
}

.event-box:has(.box-height-auto) {
    height: auto !important;
}

.event-box .event-box-content {
    padding: 20px;
}
/*rrr*/
.event-box-content h3, .event-box-content h4 {
    color: var(--color-police);
}

.event-box-content h4 {
    font-size: 1.15em;
}

.event-box-content h3 {
    max-height: 3em;
    height: 2.5em;
    line-height: 1.25em;
    overflow: hidden;
}

.event-box-image img {
    max-width: 100%;
    object-fit: contain;
}

.event-box .event-box-content p {
    font-size: 14px;
}

.event-box .event-box-content .btn-secondary {
    padding-top: 6px;
    padding-bottom: 6px;
}

.event-box .event-box-actions {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.event-box-actions.text-center .btn-main {
    width: 100%;
}

.event-box .event-box-actions .btn-secondary {
    width: 100%;
    max-width: none;
    min-width: auto;
}



/*  section-gray  */

.section-gray {
    background-color: #f2f2f2;
    padding: 30px 0;
}

    .section-gray .section-foot {
        padding: 50px 0;
    }

section.section-gray h2 {
    color: var(--color-police);
    font-size: 1.7em;
    font-weight: 500;
}

/*  section-awards  */

.section-award {
    background-color: #f7f7f7;
    padding: 5px 0;
}

    .section-award h2 {
        margin-top: 0;
        line-height: 1;
    }

    .section-award .link:after {
        font-family: icon-cim !important;
        content: "\e900";
        position: absolute;
        width: 9px;
        height: 15px;
        font-size: 15px;
        left: auto;
        right: 30px;
        -webkit-transition: right .4s cubic-bezier(.55,.22,.36,.9);
        -o-transition: right .4s cubic-bezier(.55,.22,.36,.9);
        transition: right .4s cubic-bezier(.55,.22,.36,.9);
        top: 50%;
        margin-top: -15px;
    }

    .section-award .link {
        display: inline-block;
        position: relative;
        font-family: 'Montserrat',sans-serif;
        font-family: 'Euclid Circular A', sans-serif;
        ;
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px;
        line-height: 1.875rem;
        font-weight: 600;
        padding: 15px 50px 15px 20px;
        background-color: #00699a;
        color: #fff;
        min-width: 200px;
        -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        transition: all .4s cubic-bezier(.55,.22,.36,.9);
        text-align: left;
        border: 0;
    }

        .section-award .link:hover {
            background-color: #00699a;
            padding-left: 40px;
            cursor: pointer;
        }

            .section-award .link:hover:after {
                right: 25px;
            }

.testimonial {
    border-left: 1px solid #00699a;
    padding-left: 40px;
}

    .testimonial .testimonial-image img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border: 1px solid #ccc;
    }

    .testimonial i {
        font-size: 10px;
        position: relative;
        top: -5px;
    }

.award-winner-aside {
    margin-top: 8px;
}

.section-testimonials {
    padding: 30px 0;
    background-color: #f2f2f2 !important;
    box-shadow: 0px 0px 1px #0000006b;
}

    .section-testimonials .container {
        margin: 0 auto;
    }

.list-ads img.responsive {
    width: auto;
}

/* ------------------------------------------------------------ *\
	RTE Styles
\* ------------------------------------------------------------ */

.article {
    margin-bottom: 50px;
}

.rte-wrapper .rte-presidents a {
    color: #000;
}

/* RTE Template */

.memberships-content {
    background-color: #f2f2f2;
    padding: 60px 90px;
    padding: 40px 90px; /*rrr*/
    /*modif added*/
    /*margin-top: 100px;*/
    margin-top: 0px;
}

    .memberships-content:first-child p {
        /*modif added*/
        margin: 50px 0;
    }

        .memberships-content:first-child p:has(a.btn-main) {
            margin: 0 0 1em 0;
        }

    .memberships-aside a,
    .memberships-content a {
        color: #00699a; /*rrr*/
        color: var(--color-police);
    }

    .memberships-content .btn-main {
        color: #fff;
    }

.memberships-aside {

    background-color: #f2f2f2; /*#d7fdf0;*/ /*rrr*/
    background-color: var(--brand-pale-blue);
    padding: 60px 90px;
}

.memberships-image img {
    width: 100%;
    height: auto;
    display: block;
}

.memberships-list li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    font-size: .9em !important;
}

.wrapper.plans-3 .memberships-list li {
    margin: 0;
    line-height: normal;
}
/*rrr*/
ol.memberships-list li {
    padding-left: 0px;
}

ol.memberships-list {
    list-style-position: inside;
}

.memberships-list {
    padding-left: 0;
}

.rte-icon {
    position: absolute;
    top: 6px;
    left: 0px;
}

.tabs-districts {
    margin-bottom: 30px;
}

    .tabs-districts .tabs-nav li {
        position: relative;
        text-align: center;
    }

        .tabs-districts .tabs-nav li:after {
            content: '';
            position: absolute;
            display: none;
            bottom: -17px;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 20px 20px 20px;
            border-color: transparent transparent #f2f2f2 transparent;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .tabs-districts .tabs-nav li.active:after {
            display: inline-block;
        }

    .tabs-districts h3 {
        color: #005781;
        color: var(--color-police);
        font-size: 1.5em;
        font-weight: 500;
    }

    .tabs-districts .tabs-nav a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .tabs-districts .district-body {
        background-color: #f2f2f2; /*#d7fdf0;*/
        padding: 20px 30px;
        position: relative;
    }

    .tabs-districts .tab {
        display: none;
    }

        .tabs-districts .tab.active {
            display: block;
        }

.district-list li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 20px;
}

.district-list a {
    color: black;
    /*color:var(--color-police);*/
    font-size: 21px;
    font-weight: 400;
}

    .district-list a:hover {
        color: #00699a;
    }

.past-winner {
    background-color: #f9f9f9;
}

.past-winner-image {
    float: left;
    width: 35%;
}

    .past-winner-image img {
        width: 100%;
    }

.past-winner:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

.past-winner .past-winner-content {
    padding: 20px;
    width: 65%;
    float: right;
}

.section-past-awards .container {
    margin: 0 auto 50px auto;
}

.form-login iframe {
    height: 510px !important;
}


.breadcrumbs {
    /*background-color: #f9f9f9;*/
    background-color: #F2F2F2;
    font-weight: 300;
    color: #7b8193;
}

    .breadcrumbs .container {
        margin: 0 auto;
    }

    .breadcrumbs ul {
        padding-left: 0;
        margin: 0;
    }

        .breadcrumbs ul li {
            display: inline-block;
            margin-right: 20px;
            position: relative;
            padding: 8px 0;
        }

            .breadcrumbs ul li:after {
                font-family: 'Font Awesome 5 Pro';
                content: '\f105';
                display: inline-block;
                position: absolute;
                top: 10px;
                right: -15px;
            }

            .breadcrumbs ul li:last-child:after {
                display: none;
            }

            .breadcrumbs ul li a:visited,
            .breadcrumbs ul li a {
                color: inherit;
            }

                .breadcrumbs ul li a:hover {
                    color: #00699a;
                }
/* rrr
.btn-main {
    color: #fff !important;
}
*/


.article h2 {
    margin-top: 0;
}

.section-primary h2 {
    margin-bottom: 20px;
    font-size: 1.8em; /*rrr*/
    font-size: 1.5em; /* about-us/who-we-are/ rrr*/
    margin-top: 4%;
}
/* not good everywhere
@media (min-width: 900px) {
    .section-primary h2 {
        left: -15px;
        position: relative;
    }
}*/

.section-primary .article h2 {
    margin-bottom: 20px;
}

.section-tech-society .section-content {
    margin-bottom: 10px;
    /*margin-top: 40px;*/
}
/*rrr*/
.section-body .container .row .section-content h3 {
    font-size: 1.1em;
    color: var(--color-police);
}

.section-gray .container {
    margin: 0 auto;
}

.tabs-filter > .tabs-head {
    padding-left: 10px;
}

.tabs-filter .tabs-nav-secondary {
    padding-left: 20px;
}

.entry-anim {
    transition: all 0.5s cubic-bezier(0.55, 0.22, 0.36, 0.9);
}

.memberships-aside.entry-anim.show h3 {
    color: var(--brand-dark-blue);
    font-size: 1.35em;
    font-weight: 400;
}

.row.-bg-box .memberships-content.entry-anim.show h3,
.row.-bg-box .memberships-content.entry-anim.show span,
.row.-bg-box .memberships-content.entry-anim.show p,
.row.-bg-box .memberships-content.entry-anim.show li,
.row.-bg-box .memberships-content.entry-anim.show a:not(.btn-main) {
    font-weight: 300;
}
/* unsure
.col-xl-6.pl0 .memberships-aside.entry-anim.show ul.memberships-list *,
.col-xl-6.pl0 .memberships-aside.entry-anim.show ol.memberships-list *{
     font-weight:500;
 }
*/
.row.-bg-box .memberships-content.entry-anim.show h3 {
    font-size: .85em;
    color: black;
}

.memberships-content.entry-anim.show hr {
    border-color: #d1d5e1;
}

.mailchimp-signup #mc_embed_signup_scroll,
.mailchimp-signup {
    width: 100%;
}

    .mailchimp-signup input.email {
        background-color: transparent;
        height: 60px !important;
        border-radius: 0 !important;
        width: 100% !important;
        color: #fff !important;
    }

    .mailchimp-signup .btn-main {
        position: relative !important;
        /*left: -5px !important;*/
        left: -10px !important;
        width: 49% !important;
        /*added align btn vertically with input before*/
        top: -1px;
    }
/*rrrr*/
div#mc_embed_signup .btn-main {
    background-color: #14143c !important;
    border: 2px solid white;
    height: 60px;
    top: 2px;
    color: white !important;
}

div#mc_embed_signup #mce-EMAIL {
    border: 2px solid white;
    height: 60px !important;
    position: relative;
    right: 1px;
}

.mailchimp-signup .mc-field-group {
    display: inline-block;
    width: 50%;
}

.mailchimp-signup #mc_embed_signup_scroll {
    position: relative;
}

    .mailchimp-signup #mc_embed_signup_scroll div.mce_inline_error {
        position: absolute;
        bottom: -57px;
        left: 0;
        width: 99%;
    }

    .mailchimp-signup #mc_embed_signup_scroll .responses {
        color: #fff;
        position: absolute;
        bottom: -58px;
        left: 0;
        width: 99%;
    }

.nav-branch-title {
    display: none;
}

.memberships-content-secondary {
    background-color: #f2f2f2;
    color: #fff;
    padding: 60px 90px;
}

    .memberships-content-secondary h3 {
        margin-top: 0;
        color: #fff;
    }

    .memberships-content-secondary p {
        color: #fff;
    }

.actions .has-dropdown {
    position: relative;
}

.header .top-header .actions .actions-dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    background-color: #fff;
    display: none;
    z-index: 20;
}

    .header .top-header .actions .actions-dropdown ul {
        display: block;
    }

    .header .top-header .actions .actions-dropdown li:nth-child(3),
    .header .top-header .actions .actions-dropdown li {
        margin-right: 0;
    }

.act-icon {
    color: #ccc;
    margin-right: 10px;
}

.header .top-header .actions .actions-dropdown a {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid #e0e6e8;
}

    .header .top-header .actions .actions-dropdown a:hover {
        background-color: var(--updated-brand-blue);
        color: #fff;
    }

.table-responsive h3 {
    /*border-bottom: 1px solid #000;*/ /*rrr*/
    padding-bottom: 15px;
    margin-bottom: 0;
}
/*rrr*/
.table-responsive > h3:first-of-type {
    padding: 1em;
}

.table-striped td {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0 10px 15px;
}

.table-responsive {
    margin-bottom: 50px;
}


.section-dark-grey {
    /*background-color: #313e44;rrr
    color: #fff;*/
    margin-bottom: 30px;
    background: #d1d5e1;
    color: var(--color-police);
}

    .section-dark-grey .section-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.section-light-grey {
    margin-bottom: 30px;
    background-color: #e8edee;
}

    .section-light-grey .section-body {
        padding: 10px 15px;
    }

    .section-light-grey .section-image {
        height: 550px;
        overflow: hidden;
    }

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
    border-radius: 3px;
    margin-top: 40px;
}

    .accordion .accordion-head {
        /*background-color: #f7f7f7;rrr*/
        /*padding: 15px 20px;*/
        border: 1px solid #ccc;
        cursor: pointer;
        background-color: var(--color-background-dark);
        padding: 15px 10px;
        padding-left: 2em; /*rrr about-us*/
    }

    .accordion h3 {
        margin: 0;
        /*color: #007bff;*/
        color: #ffffff;
        font-weight: 400;
        /*padding-left:1em; rrr page job-board accordion btn*/
    }

    .accordion .accordion-body {
        padding: 20px 25px;
        background-color: #fff;
        display: none;
        border: 1px solid #ccc;
    }
/*rrr*/
.accordion-body a.btn-main {
    min-width: 260px;
}

.quick-link-box {
    background-color: #f2f2f2;
    margin: 20px;
    min-height: 250px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .quick-link-box p {
        /*
        color: #002865;
        font-weight: 600;
        font-size: 24px;
        top: 50%;
        padding: 0 20px;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
		*/ /*rrr*/
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
        color: var(--color-police);
        top: 10%; /*3em;*/
        font-size: 1.25em;
        font-weight: 500;
        padding: 0 2em;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        height: calc(100% - 10% - 1ex);
    }

    .quick-link-box span {
        position: absolute;
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        /*background-color: #00699a;*/
        background-color: var(--color-bg-table);
        border: 2px solid var(--color-border-table); /*rrr*/
        /*color: #fff;*/
        font-size: 60px;
        padding-top: 14px;
        bottom: 0;
        right: 0;
        color: var(--color-border-table);
        font-weight: 100;
        font-family: 'Montserrat'; /* + sign fix*/
    }


    .quick-link-box a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid var(--color-border-table); /*rrr*/
    }

    .quick-link-box span small {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .quick-link-box:hover {
        /*background-color: #00699a;*/
        background-color: var(--brand-dark-blue);
    }

        .quick-link-box:hover p {
            color: #fff;
        }

        .quick-link-box:hover span small {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }


.table-striped-secondary th {
    color: #00699a; /*rrr*/
    color: var(--color-police);
    font-weight: 500;
}

.table-striped-secondary thead tr th {
    /*border-bottom: 3px solid #00699a;*/ /*rrr*/
    padding: 10px 0;
}

.table.table-striped-secondary th p {
    line-height: 1.25em;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.table-striped-secondary tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.table-striped-secondary tbody tr:nth-child(even) {
    background-color: #fff;
}

.table.table-striped-secondary thead { /*rrr*/
    background-color: var(--color-bg-table);
}

.table-striped-secondary tbody tr td {
    padding: 10px;
    text-align: center;
    color: #00699a; /*rrr*/
    color: var(--color-police);
}

    .table-striped-secondary tbody tr td:first-child {
        text-align: left;
        color: #000;
    }

    .coveo-search-section{
        margin:0px !important;
    }
.nav .search .CoveoSearchInterface .coveo-search-section {
    margin: 0;
    padding: 0;
}

.nav .search .CoveoSearchInterface .coveo-search-button-svg {
    color: #fff;
}

.article-content-search .coveo-list-layout.CoveoResult {
    border: 1px solid #BCC3CA !important;
    margin-bottom: 30px;
}

.CoveoFieldTable {
    border-top: 1px solid #ffffff;
}

.expandable {
    margin-top: 30px;
}

    .expandable .expandable-head {
        text-align: center;
        padding: 80px 0;
        cursor: pointer;
        background-color: #313e44;
        position: relative;
    }

.expandable-head .ico-down:nth-child(1),
.expandable-head .ico-up:nth-child(1) {
    visibility: hidden;
}

.expandable .expandable-head h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}

.expandable .expandable-head strong {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
}

.expandable .expandable-body {
    display: none;
}

.nav-title.mobile:after {
    display: none !important;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #c18181;
}

.list-events-news:after {
    display: none;
}

.list-events-news .events {
    border-bottom: 0;
    width: 22.3%;
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    background-color: rgba(255,255,255, .8);
    background-color: white;
}

    .list-events-news .events:first-child {
        margin-left: 0;
    }

.section-events {
    background: url(../jpg/events-background.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 50px 0;
    /*test image containing "saves the dates" sections*/
    background-repeat: repeat-x !important;
}

    .section-events .events {
        padding: 70px 30px;
        position: relative;
        transition: all .5s;
        /*added for homepage element blue boxes to have same size modif*/
        /*height:520px;*/
    }

        .section-events .events .date {
            font-weight: 700;
            display: inline-block;
            position: relative;
            transition: all .5s;
            color: #00699a;
            margin-bottom: 30px;
            /*rrr*/
            color: var(--brand-pale-blue);
            font-weight: 500;
            font-weight: 300;
        }

            .section-events .events .date:after {
                content: '';
                display: inline-block;
                position: absolute;
                bottom: -20px;
                left: 0;
                width: 50px;
                height: 2px;
                /*background: #00699a;*/
                transition: all .5s;
                /*rrr*/
                background: #b1b0c5;
                background-color: var(--brand-pale-blue);
            }

    .section-events .container {
        margin: 0 auto;
    }

    .section-events .events-title {
        margin-top: 0;
        margin-bottom: 20px;
        color: #000;
        text-shadow: -1px -1px 5px white; /*rrr*/
        text-shadow: -1px -1px 5px #000000db;
        text-align: center;
        color: white;
    }

    .section-events .events .info {
        min-height: 50px;
        /*rrr*/
        font-weight: 400;
        font-weight: 300;
    }

    .section-events .events .title,
    .section-events .events .info {
        margin-bottom: 20px;
    }

    .section-events .events .title {
        min-height: 110px;
        color: var(--color-police);
    }

        .section-events .events .title a {
            font-size: 20px !important;
            font-weight: 700;
            /*rrr*/
            font-weight: 600;
            font-weight: 500;
            font-size: 1.2em;
        }


    .section-events .event-link {
        display: inline-block;
        padding-top: 40px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all .5s;
        /*homepage blue boxes read me btn same place modif*/
        /*position: absolute;
    	bottom: 100px;*/
        /**/
    }

    .section-events .info .cat {
        color: #000; /*rrr*/
        color: var(--color-police);
        transition: all .5s;
    }

    .section-events .events:hover {
        background: #00699a;
        color: #fff;
        /*rrr*/
        background: #13133b;
    }

        .section-events .events:hover a {
            color: #fff !important;
        }

        .section-events .events:hover .date,
        .section-events .events:hover .cat {
            color: #fff;
        }

            .section-events .events:hover .date:after {
                background: #fff;
            }

.list-events-news + .cta.cta-full .container {
    margin-top: 0 !important;
}

.cta.cta-full {
    background-color: #14143c; /*#00699a;*/
}


.link-box {
    transition: all .5s;
    position: relative;
}

    .link-box:hover {
        -webkit-box-shadow: 0 5px 5px #ccc;
        box-shadow: 0 5px 5px #ccc;
        transform: translateY(-10px);
    }


.list-magazine {
    background-color: #f2f2f2;
}

.intro-inner .intro-inner-shell {
    max-width: 1000px;
    margin: auto;
}

.intro .intro-content h1 {
    transition: all .5s;
    transform: translateX(-150px);
    opacity: 0;
}

.header .top-header {
    transition: all .4s;
}

/*.header.sticky .top-header {

    padding: 12px 40px; 
}*/

   /* .header.sticky .top-header .logo .logo-text {
        margin-left: 2px;
        margin-top: -14px;
        font-size: 15px;
    }*/
    /* rrr
    .header.sticky .top-header .logo, .header .top-header .logo a {
        position: relative;
        top: 3px;
    }*/
    /*appmi
    .header.sticky .top-header .logo .logo-img img {
        width: 250px;
        max-width: 48%;
        margin-top: 10px;
    }

    .header .top-header .logo .logo-img img {

        width:250px;
    }/*
/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */
@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }

    .top-40 {
        margin-top: -40px;
    }

    .top-130 {
        margin-top: -130px;
    }
    /*rrr
     .header.sticky .top-header .actions ul li a.login-btn {
        font-size: 12px;
    }*/
}

@media(max-width: 1720px) {
    .shell-secondary {
        padding: 0 20px;
    }
}

@media(max-width: 1500px) {
    .boxes {
        padding-right: 0;
    }

    .events-image img {
        height: auto !important;
    }
}

@media(max-width: 1370px) {
    .list-buttons a {
        font-size: 15px;
    }

    .branch-member-nav .tabs-nav ul,
    .branch-member-nav .tabs-nav li {
        padding: 0 5px;
    }

    .list-technical li,
    .list-member-benefits .second-li {
        font-size: 14px;
    }

    .list-publications .second-li {
        width: 32%;
    }

    .list-events .events-image img {
        height: auto;
    }

    .list-member-benefits .first-li {
        width: 48.33%;
    }
}

@media(max-width: 1200px) {
    .list-events-news .events {
        width: 48.4%;
        margin-bottom: 34px;
        padding: 20px;
        margin-left: 2.5%;
    }


        .list-events-news .events:nth-child(odd) {
            margin-left: 0;
        }

    .list-widgets-membership,
    .branch-member-nav,
    .sub-nav {
        padding-top: 10px;
    }

    .national-instrument img {
        width: auto;
    }

    .nav .search .CoveoSearchInterface .coveo-search-button-svg {
        color: #000;
    }

    .col-xl-2.bdr.coln {
        padding-bottom: 0;
    }

    .event-box .btn-secondary {
        width: 100%;
        max-width: none;
        min-width: auto;
    }

    .mailchimp-signup .btn-main {
        padding: 15px 27px 15px 8px;
    }

    .nav-branch-title {
        display: block;
    }

    .coveo-search-button-svg {
        color: #000;
    }

    .CoveoSearchbox .coveo-search-button {
        padding: 0 !important;
        top: -33px;
    }

        .CoveoSearchbox .coveo-search-button:after {
            display: none !important;
        }

    .list-events,
    .list-technical,
    .boxes,
    .list-widgets-membership {
        margin-top: 10px !important;
    }

    .row-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tabs-filter .tabs-nav-secondary {
        padding-left: 15px;
    }

        .tabs-filter .tabs-nav-secondary li a {
            font-size: 14px;
        }

    .tabs-filter-outter .tabs-nav-primary ul li a {
        font-size: 28px;
    }

    .tabs-filter-outter .tabs-nav-primary ul li {
        padding: 0 5px;
    }

    .past-winner-image {
        float: none;
        margin-right: 0;
    }

    .past-winner .past-winner-content {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .memberships-content-secondary,
    .membership-inner,
    .memberships-aside,
    .memberships-content {
        padding: 30px !important;
        min-height: auto !important;
    }

    .memberships-content {
        margin-top: 0;
    }

    .rte-resp-content {
        padding-right: 15px;
        padding-left: 0;
    }

    .col-xl-6.pr0.rte-resp-content:has(.memberships-content), .-bg-box .col-xl-6.pr0.rte-resp-content {
        background: #f2f2f2;
    }

    h2 {
        font-size: 20px;
    }

    /*  Navigation  */


    .nav {
        position: fixed;
        top: 0;
        right: -500px;
        width: 400px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #ffffff;
        padding-top: 60px;
        border-left: 2px solid #ccc;
        /* -webkit-transition: all .5s;
        -o-transition: all .5s;
       transition: all .5s;*/
    }



        .nav:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background-color: #005781; /*nav*/
            background-color: #14143c; /*nav*/
            display: inline-block;
        }

        .nav.active {
            right: 0;
        }

    /*.btn-prev-nav {
        position: absolute;
        top: 15px;
        left: 15px;
        font-weight: 700;
        color: #fff !important;
        padding-left: 25px;
    }

        .btn-prev-nav:before {
            font-family: 'Font Awesome 5 Pro';
            content: '\f104';
            display: inline-block;
            position: absolute;
            top: 1px;
            left: 5px;
        }*/

    .nav .shell {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .nav ul {
        display: block;
    }

    .nav-events {
        padding-top: 20px;
    }


    .nav ul .first-item > a {
        display: block;
        color: #000;
        position: relative;
    }

    .search-item {
        text-align: center;
    }

    .nav .first-item .secondary-dropdown {
        position: fixed;
    }

    .nav .first-item .secondary-dropdown,
    .nav .first-item .first-item-dropdown {
        top: 65px;
        z-index: 20;
        left: auto;
        right: 0;
        min-height: 100%;
        height: auto;
        display: block !important;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .nav .first-item .secondary-dropdown.active,
        .nav .first-item .first-item-dropdown.active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    .nav .first-item .secondary-dropdown {
        width: 100%;
        min-height: 100%;
        height: auto;
        background-color: #fff;
        top: 0;
    }

    .nav .ico-search, .nav ul .first-item > a {
        color: #000;
        padding: 0;
    }

        .nav ul .first-item > a:before, .nav ul .first-item > a:after {
            display: none;
        }

    .nav ul .first-item {
        border-bottom: 1px solid #ccc;
    }

    .nav ul .nav-title {
        position: relative;
        padding: 0;
        cursor: pointer;
    }

        .nav ul .nav-title.col-sm-12 {
            padding-left: 15px;
        }

            .nav ul .nav-title.col-sm-12:after {
                right: 35px;
            }

    .nav ul .first-item a span {
        position: relative;
        display: block;
        padding: 20px 46px;
    }

        .nav ul .nav-title:after,
        .nav ul .first-item a span:after {
            font-family: 'Font Awesome 5 Pro';
            content: '\f105';
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 20px;
            font-weight: 700;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .nav ul .nav-title:after {
        right: 0;
    }

    .nav ul .first-item.search-item:after,
    .nav ul .nav-title.no-arrow:after {
        display: none;
    }

    .branch-member-nav .tabs-nav li {
        width: 49%;
        margin-bottom: 10px;
    }

    .nav-events li {
        padding: 0 20px;
    }


    .nav-title.col-xl-12.nav-title.col-xl-12 {
        padding-left: 15px;
    }

        .nav-title.col-xl-12.nav-title.col-xl-12:after {
            right: 15px;
        }

    .col-xl-3.bdr.coln {
        padding-bottom: 0;
    }

    .list-widgets.list-widgets-membership li {
        margin-bottom: 33px;
    }

        .list-widgets.list-widgets-membership li .nav-title:after {
            display: none;
        }

    .col-xl-4.bdr.coln,
    .col-xl-6.bdr.coln {
        padding-bottom: 0;
    }

    .engagement-platform {
        padding: 0
    }
    /*  End Navigation  */
    .intro .intro-content .container {
        padding-right: 300px;
    }

    .header .top-header .actions ul li.show-sm {
        z-index: 30;
        position: relative;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

        .header .top-header .actions ul li.show-sm.open {
            margin-top: -43px;
            margin-right: -10px;
        }

    .hamburger.open .bar1,
    .hamburger.open .bar3 {
        background-color: #fff;
    }

    .list-buttons li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0 50px;
    }

    .calendar-events {
        text-align: left;
        padding-top: 0;
    }

        .calendar-events .nav-icon {
            display: none;
        }

    .shell {
        padding: 0 20px;
    }

    .tabs-corp-members .tabs-nav li {
        width: 7.24%;
        margin-bottom: 15px;
    }

    .corps-member-list li {
        width: 32%;
    }

    .corps-member-list .corp-title {
        font-size: 0.9rem;
    }

    .header .top-header .actions ul li:nth-child(3) {
        margin-right: 30px;
    }

    .header .top-header .actions ul li.show-sm {
        display: block;
    }

    .search-item .search {
        position: static;
        width: 0px;
        opacity: 0;
        visibility: visible;
        background-color: transparent;
    }

    .search .search-btn {
        top: auto;
        bottom: 32px;
        transform: none;
    }

    .nav .ico-search {
        display: none;
    }

    .bdr {
        border: 0;
    }

    .list-widgets li {
        text-align: left;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0 50px;
    }

    .list-widgets-membership li {
        padding-left: 60px !important;
    }

    .list-widgets li:last-child {
        margin-bottom: 0;
    }



    .list-widgets li img {
        width: 100%;
    }

    .national-instrument {
        margin-bottom: 15px;
    }

    .sub-nav,
    .list-member-benefits .first-li,
    .list-technical li,
    .list-member-benefits .second-li {
        padding-left: 20px;
    }

        .list-technical li img {
            width: 50%;
        }

    .list-careers li {
        margin-bottom: 20px;
    }

    .pr5 {
        padding-right: 15px;
    }

    .pl5 {
        padding-left: 15px;
    }

    .boxes {
        padding: 0 20px;
    }

    .list-member-benefits .first-li {
        width: 100%;
        margin-bottom: 15px;
    }

    .list-publications img {
        display: none;
    }

    .list-publications .first-li {
        margin-bottom: 10px;
    }

    .list-publications .second-li {
        width: 100%;
        margin-top: 10px;
    }

    .national-membership-title,
    .list-widgets-membership .nav-title {
        margin-top: 0;
    }

    .list-technical li {
        margin-bottom: 10px;
    }

    .national-instrument {
        padding: 10px;
    }

    .list-more-widgets li img {
        width: 100%;
    }

    .engagement-platform .engagement-platform-image img {
        width: 60%;
    }

    .list-widgets-membership li {
        display: block;
        width: 100%;
    }

    .intro-inner,
    .intro {
        margin-top: 140px;
    }

    .header.sticky .top-header .actions ul li.show-sm.open {
        margin-top: -14px;
    }
}


/*icihere*/

@media(min-width:600px) {
    /*left column*/
    .col-xl-6.pr0.rte-resp-content:has(.memberships-content) {
        background: #f2f2f2 !important;
        padding-left: 0px;
        left: 15px;
    }
    /*right column*/
    .col-xl-6.pl0:has(.memberships-aside) {
        background: #a4abc3 !important;
        padding-right: 0px;
        right: 15px;
    }

    .-bg-box .col-xl-6.pr0.rte-resp-content {
        background: #f2f2f2;
        padding-left: 0;
        left: 15px;
    }

    .col-xl-6.pr0.rte-resp-content:has(.memberships-content), .-bg-box .col-xl-6.pr0.rte-resp-content {
        padding: 0px;
        left: 15px;
    }
}
/*
@media(min-width:1200px){
	.col-xl-6.pr0.rte-resp-content:has(.memberships-content) {
		  left: -15px;
		}
}
*/
@media(max-width: 992px) {



    .card {
        height: auto !important;
    }

    .section-light-grey .section-image {
        height: auto;
        overflow: initial;
    }

    .tabs-filter-inner .tabs-nav-teritary li {
        width: 32%;
        font-size: 15px;
    }

    .tabs-filter-outter .tabs-nav-primary ul li a {
        font-size: 19px;
    }

    .step .step-content {
        width: 80px;
        height: 80px;
        padding-top: 26px;
    }

    .step:after {
        top: 41px;
    }

    .cta.cta-full .caption {
        width: 60%;
    }

    .tabs-corp-members .tabs-nav li {
        width: 7%;
    }

    .corps-member-list li {
        width: 48.5%;
    }

        .corps-member-list li:nth-child(3n) {
            margin-right: 1%;
        }

    .soc-nav-secondary li a {
        font-size: 14px;
    }

    .list-exec-officers li {
        width: 48%;
        margin-right: 1%;
    }


    .intro .intro-image {
        width: 100%;
        height: 100%;
        text-align: right;
        position: relative;
    }

    .Image .intro-image img {
        height: auto;
        position: absolute;
        bottom: 170px;
        right: 110px;
        width: 38%;
        top: 0;
    }

    .FullImage .intro-image img {
        height: auto;
        position: absolute;
        bottom: 170px;
        right: 110px;
        width: 38%;
    }


    .intro .intro-content h1 {
        font-size: 65px;
        margin: 20px 0 20px 0;
    }

    .intro .intro-content {
        bottom: 0;
        transform: none;
        top: 10vh;
        background-color: transparent;
    }

        .intro .intro-content p {
            position: absolute;
            bottom: -150px;
            left: 0;
            color: #000;
            padding: 0 20px;
            display: none;
        }


        .intro .intro-content .container {
            padding-right: 15px;
            max-width: 100%;
            margin: 0;
        }



    .testimonial .testimonial-author,
    .testimonial .testimonial-quote p {
        font-size: 14px;
    }

    .event-box {
        margin-bottom: 30px;
    }

    .tabs-districts .tabs-nav img {
        width: 100% !important;
        height: auto !important;
    }

    .district-list {
        padding-left: 0;
    }

    .intro-content {
        height: 20vh !important;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .intro.FullImage {
        height: 100%;
    }

    .intro.Image {
        height: 70vh;
    }
}

@media(max-width: 768px) {

    .link-box-secondary {
        padding-top: 26px !important;
    }

    .article-content .quick-link-box p {
        font-size: 24px;
        line-height: normal; /*rrr*/
        top: calc(0px + 33%); /*rrr*/
    }

    .tabs-filter .tabs-nav-secondary li a:after {
        right: auto;
        bottom: -25px;
        top: auto;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 20px 0 20px;
        border-color: #00699a transparent transparent transparent;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .tabs-filter .tabs-nav-secondary li.active a {
        border-right: 0;
        border-bottom: 5px solid #00699a;
    }

    .tabs-filter {
        padding: 20px 0 0;
    }

    .section-tech-society .section-content {
        margin-top: 0;
    }

    .tabs-filter-outter .tabs-nav-primary ul li {
        margin-bottom: 40px;
        display: block;
        width: 100%;
    }

        .tabs-filter-outter .tabs-nav-primary ul li:last-child {
            margin-bottom: 0;
        }

    .district-list li {
        margin-right: 0;
        text-align: center;
        vertical-align: top;
        width: 49%;
    }

    .register .register-header h1 {
        margin-bottom: 0;
    }

    .register .register-header {
        padding: 130px 0 !important;
    }

    .step p {
        font-size: 14px;
    }

    .step {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

        .step:after {
            display: none;
        }

    .list-events-news .more {
        margin-bottom: 30px;
    }

    .cta.cta-full .content {
        margin-top: -40px;
    }

    .section-testimonials {
        text-align: center;
    }

    .search-past-winners {
        display: block;
    }

        .search-past-winners input,
        .search-past-winners input:focus {
            width: 100%;
        }

    .article-content iframe {
        height: 460px !important;
    }

    .article-content p {
        font-size: 14px;
    }

    .article-content img {
        width: 100%;
        height: auto;
    }

    .events-title,
    .jobs-title {
        margin-top: 0;
    }

    .intro-inner h1 {
        line-height: 1.1;
    }

    .list-magazine {
        padding: 20px 0 50px;
    }

    .list-events-news .news-list {
        margin-bottom: 30px;
    }

    .list-stories {
        padding-top: 5px;
    }

    .cta.cta-full .caption {
        top: 0;
        margin-top: -60px;
    }

    .col-lg-3.offset-lg-1 img {
        margin-bottom: 40px;
    }

    .cta.cta-image-full {
        margin-bottom: 50px;
    }

    .slider-members {
        padding: 30px 0 60px;
    }

    .container {
        margin: 50px auto;
    }


    .content-image {
        width: 100% !important;
        height: auto !important;
    }

    .login-wrapper {
        width: 100%;
        padding: 20px;
    }

        .login-wrapper .login-content {
            padding: 0;
        }

    button#btn-sub-redirect {
        margin-top: 5px;
    }

    .intro .intro-image img {
        width: 320px;
        bottom: 140px;
        right: 0;
    }

    .intro.FullImage .intro-content {
        top: 1vh;
        background-color: transparent;
    }

    .intro.Image {
        height: 50vh;
    }

    .cta.cta-full .caption {
        width: 100%;
    }

    .cta.cta-full .image {
        height: 430px;
    }

    .testimonial {
        border-left: 0;
        padding-left: 0;
        padding-top: 40px;
    }

    .tabs-corp-members .tabs-nav li {
        width: 13.5%;
    }

    .soc-nav ul {
        display: block;
    }

    .soc-nav li {
        display: inline-block;
        width: 48%;
        text-align: center;
        vertical-align: top;
    }

    .soc-nav-secondary ul {
        padding-left: 0;
    }

    .soc-nav-secondary .soc-logo {
        display: none;
        top: 14px;
        top: -100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .list-exec-officers li {
        width: 48%;
        text-align: center;
        margin-right: 0;
    }

        .list-exec-officers li img {
            display: inline-block;
        }



    .intro .intro-content h1 {
        font-size: 9vw;
    }



    .cta.cta-full .image {
        margin-left: 20px;
        z-index: 2;
    }

    .cta.cta-full .caption .title {
        font-size: 20px;
    }

    .section-award .section-content {
        padding-top: 30px;
    }

    .cta.cta-full .caption {
        z-index: 0;
        padding: 120px 20px 20px 20px;
    }

    .mailchimp-signup {
        margin-bottom: 30px;
    }

    .list-events-news .events {
        padding: 20px;
        width: 100%;
        margin-left: 0;
    }

    .section-events {
        padding: 30px 0;
    }

        .section-events .events .title {
            min-height: initial;
        }

    .list-events-news .more {
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-events .event-link {
        padding-top: 0;
    }

    .intro-inner {
        background-position: center center;
    }
}

@media(max-width: 650px) {
    .fr-img-responsive {
        width: 100% !important;
        height: auto !important;
    }

    .article-rte .article-rte-hidden {
        width: 100%;
    }

    .memberships-list li {
        font-size: 16px;
    }

    .memberships-list .v {
        font-size: 16px !important;
    }

    .branch-member-nav .tabs-nav li {
        margin-bottom: 15px;
    }

    .article-content .col-xl-6.pl0,
    .article-content .col-xl-6.pr0 {
        padding-right: 0;
    }

    .table-striped td {
        font-size: 13px;
    }

    .Image .intro-content {
        height: 269px;
    }

        .Image .intro-content h1 {
            font-size: 40px;
        }

    .FullImage .intro-content {
        height: 269px;
    }

    .intro .intro-content span {
        /*  vertical-align: -webkit-baseline-middle;*/
    }
}

@media(max-width: 576px) {





    .footer .copyright-part {
        margin-top: 0;
    }

    .tabs-districts .tabs-nav li.active:after {
        display: none;
    }

    .tabs-districts .tabs-nav img {
        width: 50% !important;
    }

    .table-striped-secondary {
        width: 700px;
    }

    .table-wrapper {
        width: 100%;
        overflow: auto;
    }
}

@media(max-width: 490px) {
    .mailchimp-signup .mc-field-group {
        width: 100%;
    }

    .mailchimp-signup .btn-main {
        left: 0px !important;
        width: 100% !important;
    }

    .tabs-filter-inner .tabs-nav-teritary li {
        width: 49%;
    }

    .form-login iframe {
        height: 450px !important;
    }

    .login-wrapper h2 {
        font-size: 25px;
    }

    .cta.cta-full .image {
        height: 288px;
    }

    .corps-member-list li {
        width: 100%;
    }

        .corps-member-list li,
        .corps-member-list li:nth-child(3n) {
            margin-right: 0;
        }

    .list-exec-officers li {
        margin-right: 0;
        width: 100%;
    }

    .nav {
        width: 320px;
    }

        .nav .nav-subtitle {
            font-size: 10px;
        }

    h4.nav-subtitle {
        color: var(--color-police);
        font-size: 12px;
        /*font-size: 0.9em !important;
    margin-bottom: 0 !important;*/
    }
    /*rrr*/

    .list-careers .careers-inner a {
        font-size: 15px;
    }

    .branch-member-nav .tabs-nav li a {
        font-size: 13px;
    }

    .nav ul .nav-title {
        padding-right: 27px;
    }

    .list-buttons li,
    .list-widgets li {
        padding: 0;
    }
}

@media(max-width: 420px) {
    .header .top-header .actions .actions-dropdown {
        left: -141px;
    }

    .district-list li {
        width: 100%;
    }

    .article-content iframe {
        height: 280px !important;
    }

    .breadcrumbs ul li {
        font-size: 13px;
    }

    .header .top-header .actions ul li a.btn-login,
    .header .top-header .actions ul li a.login-btn {
        font-size: 0;
        background-color: #fff;
    }

    .header .top-header .actions ul li a.login-btn {
        padding: 0;
    }

        .header .top-header .actions ul li a.btn-login i,
        .header .top-header .actions ul li a.login-btn i {
            font-size: 14px;
            color: #00699a;
            color: var(--color-police);
        }

        .header .top-header .actions ul li a.login-btn:hover {
            background-color: #fff;
        }

    .header .top-header .actions ul li,
    .header .top-header .actions ul li:nth-child(3) {
        margin-right: 20px;
    }

    .cta.cta-full .image {
        /*height: 223px;*/ /*rrr*/
        width: 100%;
        margin: auto;
    }

    .intro .intro-image img {
        width: 342px;
        right: 0vw;
    }


    .intro {
        height: 400px;
		max-height:100%;
    }

    .FullImage .intro-content h1 {
        font-size: 10vw;
    }

    .Image .intro-content h1 {
        font-size: 20px;
    }

    .intro .intro-content p {
        display: none;
    }

    .FullImage .intro-image img {
        bottom: 120px;
        right: 22px;
        width: 266px;
    }

    .Image .intro-content {
        height: 140px;
    }

    .intro-inner h1 {
        font-size: 40px;
    }
}

@media(max-width: 350px) {
    .breadcrumbs ul li {
        font-size: 11px;
    }

    .Image .intro-content {
        height: 140px;
    }
}


.form-loading {
    opacity: 0.5;
}


.loadar-body {
    text-align: center;
    padding-top: 20%;
    position: absolute;
    display: none;
}

.loader {
    width: 100px;
    height: 100px;
    display: inline-table;
    box-sizing: border-box;
    position: relative;
    border-spacing: 0.3em;
    background: #fff;
    top: -604px;
    left: 534px;
}

    .loader row {
        display: table-row;
    }

        .loader row span {
            display: table-cell;
            position: relative;
            background: #00699a;
            opacity: 0;
            -webkit-animation: flicker 0.5985999999999999s ease-out infinite alternate;
        }

@-webkit-keyframes flicker {
    from, 20% {
        opacity: 0;
    }

    100%, to {
        opacity: 1;
    }
}

.loader row:nth-child(1) span:nth-child(1) {
    -webkit-animation-delay: .50s;
}

.loader row:nth-child(1) span:nth-child(2) {
    -webkit-animation-delay: .70s;
}

.loader row:nth-child(1) span:nth-child(3) {
    -webkit-animation-delay: .60s;
}

.loader row:nth-child(2) span:nth-child(1) {
    -webkit-animation-delay: .20s;
}

.loader row:nth-child(2) span:nth-child(2) {
    -webkit-animation-delay: .80s;
}

.loader row:nth-child(2) span:nth-child(3) {
    -webkit-animation-delay: .90s;
}

.loader row:nth-child(3) span:nth-child(1) {
    -webkit-animation-delay: .10s;
}

.loader row:nth-child(3) span:nth-child(2) {
    -webkit-animation-delay: .30s;
}

.loader row:nth-child(3) span:nth-child(3) {
    -webkit-animation-delay: .40s;
}


/* ------------------------------------------------------------ *\ 
	Helpers 
\* ------------------------------------------------------------ */

.marging-top-2 {
    margin-top: 2%;
}

div.article-content ul.list-dot-style, ul.list-dot-style {
    list-style-type: disc;
    padding-left: 20px; /*added but watch*/
    color: #000000;
}

@media (max-width: 425px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 426px) {
    .hidden-xs {
        display: block !important;
    }

    .visible-xs {
        display: none !important;
    }
}


@media (max-width: 997px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }
}

@media (min-width: 998px) {
    .hidden-md {
        display: block !important;
    }

    .visible-md {
        display: none !important;
    }



    h1 {
        margin-bottom: 0px;
    }
}


.loadingImage {
    text-align: center;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(128, 128, 128, 0.56);
}

    .loadingImage img {
        width: 100px !important;
        position: relative;
        top: 45%;
    }


/**********************************/
/***Full Big Image menu Section***/
/********************************/
.FullBigImageAndTextPanel {
    width: 100%;
}

.FullBigImageAndTextPanel-image {
    margin-top: 20px;
}

    .FullBigImageAndTextPanel-image img {
        width: 100%;
    }

.FullBigImageAndTextPanel-content {
}

    .FullBigImageAndTextPanel-content a:hover {
        color: #00699a;
    }





/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */

.list-widget li a:before,
.widget-search .search-field,
.btn-blue,
.news-item .news-item-link .more-arrow,
.news-item .news-item-link {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.section-news {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: var(--police-main);
    padding: 50px 0;
    font-size: 16px;
}

    .section-news ul {
        list-style-type: none;
    }

    .section-news h2 {
        position: relative;
        padding-left: 30px;
    }

        .section-news h2:before {
            content: '';
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            background-color: #00699a;
        }

.news-item {
    margin-bottom: 70px;
}

    .news-item h2 {
        font-size: 20px;
        color: #5b8399;
        font-weight: 600;
    }

    .news-item .news-item-image {
        margin-bottom: 30px;
    }

        .news-item .news-item-image img {
            width: 100%;
            height: auto;
        }

    .news-item span.news-date {
        font-weight: bold;
    }

    .news-item .news-item-meta span.news-author {
        display: inline-block;
        margin-left: 50px;
        position: relative;
    }

        .news-item .news-item-meta span.news-author:before {
            content: '';
            display: inline-block;
            position: absolute;
            left: -26px;
            top: 8px;
            width: 3px;
            height: 3px;
            background-color: #333;
            border-radius: 50%;
        }

    .news-item .news-item-link {
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        position: relative;
        padding-left: 30px;
    }

        .news-item .news-item-link .more-arrow {
            position: absolute;
            top: 1px;
            left: 0;
        }

        .news-item .news-item-link:hover {
            color: #000;
        }

            .news-item .news-item-link:hover .more-arrow {
                left: 10px;
            }

.btn-blue {
    display: inline-block;
    background-color: #00699a;
    color: #fff;
    font-weight: 600;
    padding: 15px 20px;
}

    .btn-blue .sync {
        margin-right: 20px;
    }

    .btn-blue:hover {
        text-decoration: none;
        color: #fff;
        background-color: #148bbd;
    }

.widget {
    margin-bottom: 90px;
    padding-left: 30px;
}

    .widget h2 {
        margin-bottom: 30px;
        margin-left: -30px;
        font-weight: 600;
    }

.widget-search .search-field {
    font-size: 14px;
    padding-right: 100px;
    height: 52px;
    border: 0;
    background-color: #f1f4fc;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #f1f4fc;
}

    .widget-search .search-field:focus {
        background-color: #fff;
    }

.widget-search .widget-controls {
    position: relative;
}

.widget-search .btn-blue {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.list-widget li {
    padding-bottom: 10px;
}

    .list-widget li:last-child {
        padding-bottom: 0;
    }

    .list-widget li a {
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        position: relative;
        cursor: pointer;
    }

        .list-widget li a:before {
            content: '';
            display: inline-block;
            position: absolute;
            left: 25px;
            bottom: -1px;
            width: 0;
            height: 1px;
            background-color: #337ab7;
        }
        /* rrr
        .list-widget li a:hover:before {
            width: calc(100% - 25px);
        }*/
        .list-widget li a:hover::before {
            width: calc(100% - 25px);
            width: 100%;
            background-color: var(--color-police);
            left: 0;
        }

        .list-widget li a .arrow-right {
            margin-right: 15px;
            color: #b8b8b8;
            font-size: 10px;
        }

.widget-archive h2,
.widget-categorie h2 {
    margin: 0 !important
}

.widget-archive a,
.widget-categorie a {
    cursor: pointer;
}

    .widget-archive a.active,
    .widget-categorie a.active {
        color: #00699a;
        font-weight: bolder;
        font-size: 15px;
        cursor: pointer;
    }

.list-widget li a.active .arrow-right {
    margin-right: 5px;
    margin-left: 10px;
    color: #00699a;
    font-weight: bolder;
    font-size: 15px;
}

.list-widget li a.active:hover:before {
    background-color: #00699a;
    font-weight: bolder;
    font-size: 15px;
}

.widget.widget-categorie ul.list-widget {
    padding-left: 0;
}
    /*rrr*/


    .widget.widget-categorie ul.list-widget a {
        color: var(--color-police);
        font-size: .95em;
    }
/*rrr*/

.button-clear-filter {
    padding-left: 30px;
    margin-left: 30px;
    display: none;
    color: red;
}

    .button-clear-filter a {
        cursor: pointer;
        color: red;
    }

        .button-clear-filter a i {
            margin-right: 10px;
        }

.widget-categorie {
    margin-bottom: 40px;
}



.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */
@media(max-width: 1500px) {
    .news-item h2 {
        font-size: 22px;
    }
}

@media(max-width: 1360px) {
    .news-item .news-item-meta span {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .load-more-news {
        padding-bottom: 30px;
    }
}

@media all and (min-width: 1440px) and (max-width: 2560px) {
    .intro .intro-content {
        top: 30% !important;
    }

    .extraBigTitle {
        font-size: 100px;
    }

    .extraBigTitleSub {
        font-size: 60px;
        line-height: 1.1;
    }

    .video-responsive {
        margin-top: 30px;
    }
}

@media all and (min-width: 1289px) and (max-width: 1439px) {
    .intro .intro-content {
        top: 25% !important;
    }

    .extraBigTitle {
        font-size: 100px;
    }

    .extraBigTitleSub {
        font-size: 60px;
        line-height: 1.1;
    }

    .video-responsive {
        margin-top: 30px;
    }
}


@media all and (min-width: 1024px) and (max-width: 1279px) {
    .intro .intro-content {
        top: 15% !important;
    }

    .extraBigTitle {
        font-size: 60px;
    }

    .extraBigTitleSub {
        font-size: 40px;
        line-height: 1.1;
    }

    .video-responsive {
        margin-top: 30px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {

    .intro .intro-content {
        top: -15% !important;
    }

    .extraBigTitle {
        font-size: 60px;
    }

    .extraBigTitleSub {
        font-size: 40px;
        line-height: 0.5;
    }

    .video-responsive {
        margin-top: 130px;
    }
}


@media all and (max-width: 480px) {


    .intro .intro-content {
        top: 15% !important;
    }

    .extraBigTitle {
        font-size: 30px;
    }

    .extraBigTitleSub {
        font-size: 20px;
        line-height: 0.5;
    }

    .video-responsive {
        margin-top: 90px;
    }
}


/* Portrait */
@media screen and (orientation:portrait) {
    /* Portrait styles here */
}
/* Landscape */
@media screen and (orientation:landscape) { /* Landscape styles here */
}


/* CSS for iPhone, iPad, and Retina Displays */

/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}
/*membership page join btn to 400px*/
/*added jr*/
.stretching {
    width: 400px !important;
}

@media only screen and (max-width: 600px) {
    .stretching {
        width: 100% !important;
    }
}
/*navigation <a> :hover to highlight element*/
.first-li:hover {
    font-size: 2ex; /*bigger then current (ex) font size*/
    /*text-shadow: 0px 0px 1px #0C3C52;rrr*/
}
/*same as above for quicks links(event) and industry ress(library) Navigation*/
body > header > nav > div > ul > li:nth-child(3) > div > div > div > div.col-xl-3.bdr.coln > ul > li:hover {
    font-size: 2ex;
    text-shadow: 0px 0px 1px #14143c;
    /*transition: 0s !important;*/
}
/*contact us page put title staff in light gray already used on page*/
body > div.main > div.section-primary > div > div.row > div > article > div > div > div.col-sm-7 > div > h3 {
    background-color: #efefef !important;
}
/*btn subscribe space when bigger than 1200px*/
@media only screen and (min-width: 1200px) {
    #mc_embed_signup_scroll > div.mc-field-group {
        margin-right: 3px;
    }

    .section-events .events {
        /*added for homepage element blue boxes to have same size modif*/
        height: 520px;
    }

    .section-events .event-link {
        /*homepage blue boxes read me btn same place modif*/
        position: absolute;
        bottom: 60px;
        /**/
    }
}
/*modif hamburger top right when nav open in sm*/
.hamburger-top {
    top: -40px;
    right: 10px;
}

/*put shawo in header of article pages for ex*/
body > div.intro-inner.text-center > div > h1 {
    text-shadow: 3px -4px 10px black;
}


/*COOKIE CONSENT BANNER***************************************/

#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background-color: #fff;
    z-index: 99999;
    opacity: 1;
    box-shadow: -1px 1px 5px 0px black;
    font-family: 'Lato','Arial', 'sans-serif' !important;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    /*background-color: #e1e1e1;*/
    background-color: #f7ea8d;
}

    #consent-popup p {
        margin-left: 50px;
        letter-spacing: 0.5px;
    }


#consent-popup-vf {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background-color: #fff;
    z-index: 99999;
    opacity: 1;
    box-shadow: -1px 1px 5px 0px black;
    font-family: 'Lato','Arial', 'sans-serif' !important;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    /*background-color: #e1e1e1;*/
    background-color: #f7ea8d;
}

    #consent-popup-vf p {
        margin-left: 50px;
        letter-spacing: 0.5px;
    }
/* END COOKIE BANNER STYLE*/

/*magnify img*/
.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 5%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 60vw;
    height: 60%;
}


.bullet:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #333;
    vertical-align: middle;
}

.bg_green {
    background-color: green !important;
}

.force_hide {
    display: none !important;
}

/*pour les erreur dpassement center mobile*/
.header {
    max-width: 100vw;
}

@media only screen and (max-width: 576px) {
    .col-xl-12 {
        padding: 0 28px;/*rrr*/
		padding: 0 ;
    }
    /*QUICK MODIF SINCE IFRAM AD messed everything on small layout*/
    .container {
        Overflow: hidden;
    }

    .list-stories h2 {
        margin-top: 0px;
    }
}

/*EDIT FOR ACCORDIONS*/
h3.accordion-heading-title {
    color: white;
}
/*
.accordion .accordion-head {
    background-color: #005f8d;
    padding: 15px 10px;
    border: 1px solid #005f8d;
    cursor: pointer;
}*/


.accordion-head h2 {
    margin: 0 !important;
    padding: 5px 0;
}

.accordion-head:not(.active) {
    width: 200px;
    width: fit-content;
    padding: 15px 20px;
}
/*prof dev -> OUR GOALS style*/
.col-lg-3.goals p a,
.col-lg-4.goals p a {
    width: 90%;
    color: var(--color-police);
    font-weight: 500;
    font-size: 1.15em;
}

.col-lg-3.goals div.menu-has-dropItem,
.col-lg-3.goals div.menu-has-dropItem p,
.col-lg-3.goals p a {
    font-weight: 500 !important;
    color: var(--color-police);
    font-size: 16px !important;
}

@media only screen and (max-width: 900px) {
    .row.goals-row {
        flex-direction: column-reverse;
    }
}

/*ici*/

/*           profession tab new 2023                            */
.engagement-platform {
    padding: 0px 70px;
}
/*menu prof max-width widget img*/
/* .list-widgets .widget-content a img {
    max-width: 100%;
} */
.widget-content {
    /* You can adjust the size based on your design */
    width: 270px; /* or use a percentage */
    height: 170px; /* or use a percentage */
}

.responsive-image {
    width: 100%;  /* Make the image take the full width of the container */
    height: 100%; /* Make the image take the full height of the container */
    object-fit: cover;  /* Ensures the image maintains its aspect ratio and fills the container */
    object-position: center; /* Centers the image within the container */
}

.list-widgets .nav-subtitle {
    padding-left: 5%;
}
/*CARD SUBSCRIPTIONS*/

.memberships-list .fas.fa-check.rte-icon {
    color: #2db94d;
    color: var(--check-icon-color);
    font-weight: lighter;
    font-size: 1.5em;
}

.wrapper.plans-3 .memberships-list .fas.fa-check.rte-icon {
    color: black;
}

.cont-- {
    text-align: left;
}

.wrapper {
    max-width: 1090px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .wrapper .table {
        background: #fff;
        width: calc(50% - 20px);
        padding: 30px 30px;
        position: relative;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        text-align: center;
    }

.table .price-section {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.wrapper.plans-3 .table .price-section {
    margin-top: 0px;
}

.w-hover a:hover {
    color: #e4e9ed !important
}

.table .price-area {
    /*height: 120px;*/
    /* width: 120px;*/
    width: 135px;
    border-radius: 50%;
    padding: 2px;
}

.price > span {
    font-weight: bolder;
}

.aj_p {
    text-align: center;
}

p.aj_des {
    color: grey;
    padding-bottom: 30px;
    font-size: 14px;
}

.table.premium {
    /*margin: -20px;*/
}

.premium_all {
    padding-top: 22px;
}

.price-area .inner-area {
    height: 100%;
    width: 100%;
    /*line-height: 117px;*/
    text-align: center;
    color: #fff;
    position: relative;
}

    .price-area .inner-area .text {
        font-size: 25px;
        font-weight: 400;
        position: absolute;
        top: -10px;
        left: 5px;
    }

.wrapper.plans-3 .price-area .inner-area .text {
    top: initial;
}

.price-area .inner-area .price {
    font-size: 45px;
    font-weight: 500;
    /*margin-left: 16px;*/
    margin-left: 22px;
}

.table .package-name {
    width: 100%;
    height: 2px;
    margin: 35px 0;
    position: relative;
}

.table .features li {
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.features li .list-name {
    font-size: 17px;
    font-weight: 400;
}

.features li .icon {
    font-size: 15px;
}

    .features li .icon.check {
        /*color: #5bbc36;*/
        color: var(--check-icon-color);
    }

    .features li .icon.cross {
        color: #cd3241;
    }

.table .btn-- {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .table .btn-- a {
        width: 80%;
        height: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        border: none;
        outline: none;
        border-radius: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 10px;
    }

        .table .btn-- a:hover {
            border-radius: 5px;
        }

.basic ::selection,
.basic .price-area,
.basic .inner-area,
.basic .head_tab h2 {
    color: #086CA3;
    background-color: #fff;
}

.wrapper.plans-3 .head_tab h2 {
    font-size: 32px !important;
    line-height: initial;
}

.table.basic .aj_p p {
    color: #086CA3 !important; /*basic-card*/
}

.table.premium .aj_p p {
    color: #C08B1C !important; /*premium-card*/
}

.basic .btn-- a {
    background: #086CA3;
    color: #fff;
    /*margin-top: -75px;*/
}

.premium .btn-- a:hover { /*premium-card*/
    color: #C08B1C !important;
    border-color: #C08B1C !important;
}


.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .head_tab h2 {
    color: #C08B1C;
    background-color: #fff;
}

.premium .btn-- a {
    background: #C08B1C;
    color: #fff;
    /*margin-top: -75px;*/
}



.ultimate ::selection,
.ultimate .price-area,
.ultimate .inner-area,
.ultimate .head_tab h2 {
    color: #0f3d5a;
    background-color: #fff;
}

.ultimate .btn-- a {
    background: #C08B1C;
    color: #fff;
    /*margin-top: -75px;*/
}

    .premium .btn-- a:hover,
    .basic .btn-- a:hover,
    .ultimate .btn-- a:hover,
    .basic .btn-- a:hover {
        background: transparent;
        color: #00699a;
        border: 2px solid #00699a;
        border-radius: 25px;
    }

@media (min-width: 756px) {
    .wrapper.plans-3 .table {
        width: calc(33.33% - 20px);
        margin: 1em 0;
    }
}

@media (max-width:756px) {
    .wrapper .table {
        width: 100%;
    }

    .wrapper.plans-3 .table {
        margin: 1em 2%;
    }

    .table.premium {
        margin: 40px 0px;
    }

    .table.ultimate {
        margin: 0px;
    }
}

::selection {
    color: #fff;
    background-color: #3297FD; /**/
}

.table .ribbon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

    .table .ribbon::before,
    table .ribbon::after {
        position: absolute;
        content: "";
        z-index: -1;
        display: block;
        /*border: 7px solid #ba24f0;*/
        border: 7px solid #996d11;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .table .ribbon::before {
        top: 0px;
        right: 15px;
    }

    .table .ribbon::after {
        bottom: 15px;
        left: 0px;
    }

    .table .ribbon span {
        position: absolute;
        top: 30px;
        right: 0;
        transform: rotate(-45deg);
        width: 200px;
        background: #C08B1C;
        padding: 10px 0;
        color: #fff;
        text-align: center;
        font-size: 17px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.12);
    }
/*fix*/
h3.btn-secondary:hover a {
    color: #fff;
}

.accordion h3 {
    color: #fff;
}
/*new flex accordions*/
div#box-acc {
    display: grid;
    /* grid-template-rows: repeat(4, auto); */
    grid-template-columns: repeat(2, 50%);
}

.accordion-head:not(.active) {
    padding: 15px 20px;
    margin: 0 5px;
    width: auto;
}
/*icon placeholdr box 4*/
.box-card-4 {
    display: grid;
    grid-template-columns: repeat(4, 300px);
}

.card-text::selection {
    color: #fff;
    background-color: #00699a;
}

.btn-bottom {
    position: absolute;
    bottom: 10px
}

@media (max-width: 900px) {
    .box-card-4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

        .box-card-4 .card {
            width: 100% !important;
        }

        .box-card-4.box-icon4 img.card-img-top {
            padding: 10px 42% !important;
        }
    /*accordion mobile*/
    div#box-acc {
        grid-template-columns: repeat(1,100%);
    }
}

@media (max-width:900px) and (min-width:600px) {
    .box-card-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}

.box-card-4.box-icon4 img.card-img-top {
    background-color: #d7d7d79c;
    padding: 10px 25%;
}

.box-card-4.box-icon4 .fal.fa-users {
    font-size: 85px;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #00699a;
    padding-top: 0 !important;
    margin: 0 !important;
    --f: 10px;
    --r: 15px;
    --t: 10px;
    padding: 0 10px var(--f) calc(20px + var(--r));
    background: #0C628A;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #ffffff3d;
}


.accordion-body ul {
    list-style: disc;
}

ul.memberships-list {
    list-style: none;
}

.accordion .accordion-head,
.accordion-body {
    margin: 0 5px;
}
/*la*/
/*
h3.btn-secondary > a:hover {
    color: white;
}*/
h3.btn-secondary:hover a {
    color: #fff;
}

/* new layout cim.org fix left menu button*/
.row.goals-row .goals > p:first-of-type {
    margin-top: 0;
}

.btn-main.tlong:hover,
.btn-secondary.tlong:hover {
    padding-left: 28px;
}

.btn-main.tlong:hover {
    padding-left: 25px;
}

.dual-btn {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1rem;
}

.main.professional-development a.btn-secondary {
    background-color: #F2F2F2 !important;
}

@media screen and (max-width: 992px) {
    .dual-btn {
        grid-template-columns: fit-content(95%);
        grid-template-columns: 100% !important;
    }

    .aca-emb {
        width: 100%;
    }

    .main.membership .maxfs {
        font-size: 30px !important;
        padding-left: 15px;
    }

    .main.membership .btn-main {
        margin-left: 15px;
        width: 80% !important;
        margin-bottom: 10px;
    }
}

.accordion .accordion-head, .accordion-body {
    /* margin: 0 5px;*/
    margin: 0; /*rrr*/
    display: grid;
    grid-template-columns: 90% auto;
}

.accordion-head .fa.fa-angle-down {
    color: white;
    font-size: 28px;
}

.accordion-head.active .fa.fa-angle-down {
    transform: rotate(180deg);
    transition: cubic-bezier 4s;
}
/*according with img*/ /*
.accordion-head:has(img) {
    background: red !important;
    display: block !important;
}*/
/*according with img*/
:where(.accordion-head.w-img) {
    display: block !important;
}

/* new page menu profess section*/
.drop-m {
    display: none;
}

.menu-has-dropItem:hover div.drop-m {
    display: block;
    transform: translate(14px);
}

.menu-has-dropItem p:first-of-type {
    cursor: pointer;
    color: #00699a;
}

.drop-m p a {
    font-size: .9em;
    font-weight: 500;
}

/*ZOOM element ajustment menu*/
.list-widgets .widget-content img {
    padding: 4%;
}

.list-widgets .widget-content:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*-------------------------------volunteer-form*/
div#umbraco_form_3c8c4878f9554297a39f929849c56646 .checkboxlist label,
div#umbraco_form_c7c9d80004f1465692a3ae5059be2350 .checkboxlist label {
    float: revert;
}

@media screen and (min-width: 992px) {
    span#\31 7eaecff-d179-495d-b243-3d3b1b64b1d8 {
        column-count: 3;
        /* column-gap: 20px;*/
        column-gap: 5em;
    }

        span#\31 7eaecff-d179-495d-b243-3d3b1b64b1d8 input {
            margin-bottom: 5px;
        }
}

[type=submit]:hover {
    cursor: pointer;
}
/*END volunteer-form----------------------------*/
/*Membership*/
/*Membership*/



@media only screen and (max-width: 768px) {
    .text-content,
    .image-section {
        flex: 1 0 100%;
        margin-right: 0;
        overflow: auto; /*rrr*/
    }

    .btn-main.btn-inact {
        background: white;
        color: #00699a !important;
    }

    .main-section {
        background: #fff;
        padding: 20px;
    }
    /*
        h3 {
            color: #2A6896;
            font-size: 32px !important;
            font-weight: 600;
            word-wrap: break-word;
            line-height: 1em;
        }*/
    h3#top-h3 {
        font-size: 25px !important;
    }

    .section-line {
        margin: 0;
        margin-bottom: 10px;
        border: 1px solid #c4c4ce;
    }

    .content-section {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        margin-top: 2em;
    }

    .text-content {
        flex: 1;
        margin-right: 20px;
        order: 1;
    }

        .text-content ul {
            list-style: disc;
        }

    .image-section {
        flex: 1;
        position: relative;
        overflow: hidden;
        border: 2px solid #00699a;
        margin-top: 20px;
        order: 2;
    }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .image-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background-color: rgba(0, 82, 121, 0.72);rrr*/
        background-color: rgb(21 21 99 / 45%);
        background-color: rgb(60 60 75 / 24%);
    }

    .image-text {
        position: absolute;
        top: 0em;
        left: 0em;
        color: #fff;
        font-size: 20px;
        text-align: left;
        padding: 0 1em;
        width: calc(100% - 2em);
        width: -webkit-fill-available;
        overflow: auto; /*rrr*/
    }

        .image-text * {
            line-height: normal;
            font-size: 13px;
        }

    #nationalSection, #corporateSection, #directoriesSection {
        flex-direction: column !important;
    }

    .button-container.no-after button,
    .button-container a.btn-main.no-after {
        min-width: 40%;
        width: calc(50% - 1% );
        border: 1px solid #00699a;
    }
    /*rrr*/
    #membership-page .button-container a.btn-main.no-after {
        background: #13133b !important;
        color: white !important;
        border: 3px solid #13133b;
    }

    #directoriesSection img {
        width: 100% !important;
        /*height:auto !important;*/
    }

    div#directoriesSection {
        height: auto !important;
    }

    #directoriesSection .text-w {
        padding: 0 !important;
        margin: 1em !important;
        line-height: 1em;
    }

    #directoriesSection h1 {
        font-size: 32px !important;
    }

    .directories-content {
        background-color: #384850 !important;
        color: #fff;
        text-align: center !important;
        padding: 0px !important;
        margin-top: 0px !important;
        height: 800px !important;
    }

    .directoriesLeft {
        overflow: visible !important;
    }

    a.btn-main.btn-main-white {
        background: white;
        width: 80%;
        margin-bottom: 5%;
        color: #00699a !important;
    }

    .image-text h4, .text-content h4 {
        font-size: 1.2em;
        line-height: 1em;
        font-weight: 600;
    }

    .image-text h4 {
        color: white;
    }

    .image-section .image-text {
        position: relative;
        max-height: 100% !important;
    }

    .image-section ul.memberships-list {
        max-height: 100% !important;
    }

    #membership-page .article-content img {
        height: 50vh !important; /*jr2024*/
    }

    li#hbg.show-sm.hamburger.hamburger-top {
        top: 15px;
        position: sticky;
    }
/*rrr*/
	li#hbg.show-sm.hamburger.hamburger-top .bar1,
    li#hbg.show-sm.hamburger.hamburger-top .bar2,
    li#hbg.show-sm.hamburger.hamburger-top .bar3{
        background-color:white ;
    }
	.engagement-platform {
        padding: 0;
    }
	.bdr::before {
	  background: transparent;
	}
	.nav-title.col-xl-12.nav-title.col-xl-12 {
		padding-left: 0;
	 }
	  .nav-title.col-xl-12.nav-title.col-xl-12::after {
		right: 0;
	  }
	.engagement-platform-image.text-center {
	  text-align: left;
	}
}

@media only screen and (min-width: 768px) {
    .button-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: auto;
        justify-content: left; /*rrr*/
    }

        .button-container .btn-main {
            width: 150px;
            min-width: 50px;
            margin: 0px 14px;
            text-align: center;
            padding: 8px 13px;
            text-decoration: none;
            border: 3px solid #00699a;
        }

    button.btn-main.btn-inact {
        background: white;
        color: #00699a !important;
    }

    .content-section {
        display: flex;
        width: 100%;
        height: 50vh;
        background-color: #fff;
        display: none;
    }

    .text-content {
        flex: 1;
        margin-right: 20px;
        overflow: auto; /*rrr*/
    }

    .image-section {
        flex: 1;
        position: relative;
        overflow: hidden;
        /* display: none; */
        border: 2px solid #00699a;
    }

        .image-section img {
            width: 100%;
            height: 100%;
        }

    .image-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background-color: rgb(0 82 121 / 72%);rrr*/
        background-color: rgb(60 60 75 / 24%);
    }

    .image-text {
        position: absolute;
        top: 0em;
        left: 0em;
        color: #fff;
        font-size: 20px;
        text-align: left;
        padding: 0 1em;
        width: calc(100% - 2em);
        width: -webkit-fill-available;
        max-height: calc(100% - 20px);
        overflow: auto;
    }

    .content-section h4 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1em;
    }

    .content-section .text-content ul li {
        /*color: #2A6896;*/ color: #13133b; /*rrr*/
        font-weight: 600;
        font-size: 1.2em;
    }

    .text-content ul {
        list-style: disc;
    }

    .image-section .image-text ul li {
        font-weight: 600;
        font-size: 1em;
    }

    .top-padding {
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
        bottom: 10%;
    }

    .text-w {
        color: white;
    }

    .text-blue {
        color: #5b8399;
        color: #2a6896;
        color: #13133b; /*rrr*/
    }

    .v {
        margin: 2% 0;
        margin: 0.2em 0;
    }

    .image-text h4 {
        color: white;
    }
    /**/

    .main-section {
        background: #fff;
        padding: 20px;
    }

    /*h3:not(.nav-title)*/
    #membership-page h3:not(.nav-title) {
        color: #2A6896;
        font-size: 30px;
        font-weight: 500; /*rrr 600*/
        word-wrap: break-word;
        line-height: 1em;
        color: #13133b; /*rrr*/
        margin: 10px;
    }


    .section-line {
        margin: 0;
        margin-bottom: 10px;
        border: 1px solid #c4c4ce;
    }

    /* @ */
    @media only screen and (max-width: 768px) {
        #top-h3 {
            font-size: 20px !important;
        }
    }

    .btn-main-white {
        width: calc(80% - 4em);
        max-width: 80%;
        margin-top: 20px;
        background: white;
        box-shadow: 0 0 4px 0px #00000070;
        color: #00699a !important;
    }

    a.btn-main.btn-main-white:hover {
        background: white;
    }
}


div#corporateSection,
div#nationalSection {
    margin-bottom: 8% !important;
}


@media only screen and (max-width: 768px) {
    .image-section .image-text {
        position: absolute;
    }

    div#corporateSection,
    div#nationalSection {
        /* height: 60vh; jr*/
        height: 100vh;
        margin-bottom: 8% !important;
        margin-bottom: 15% !important;
        min-height: 125vh;
    }

    .first-item-dropdown.active .shell-secondary .row .row-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    div#membership-page .button-container a,
    div#membership-page button {
        width: 100vw !important;
        display: block;
        margin: 1em 0 !important;
        text-align: center;
    }

    div#membership-page .button-container br {
        display: none !important;
    }

    div#nationalSection .text-content,
    div#corporateSection.text-content {
        min-height: 500px;
    }

    div#directoriesSection :not(.directoriesLeft) a {
        min-width: 90% !important;
    }

    img.twitter-icon {
        margin-bottom: 0 !important;
    }

    div.actions li:has(i.fa-user-plus) {
        background: transparent;
    }
}

@media (max-width: 900px) {
    div.actions li:has(i.fa-user-plus) {
        background: transparent;
        color: 14143c;
    }
}

/*NEW*/
.btn-main {
    background-color: #f2f2f2 !important; /* #f1f1f1*/
    /*border: 1px solid #50506d; rrr*/
    border: 2px solid var(--btn-main-border);
    /*color: #50506d !important;*/
    color: var(--btn-main-color) !important;
}
/*
a.readmore {
    text-decoration: underline 2px;
    color: #474766;
    font-weight: 600;
    padding-bottom: 9px;
}*/
a.readmore {
    color: #474766;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 0 #000;
    font-size: .85em;
}

/*rrr*/
#membership-page .button-container a.btn-main.no-after {
    background: #13133b !important;
    color: white !important;
    border: 3px solid #13133b;
}

.separator {
    border-bottom: 1px solid #ccc;
    margin-top: 8px;
    margin-bottom: 16px;
}

.member-title {
    margin-bottom: 0;
    color: var(--color-police);
    letter-spacing: .25ex;
}

.member-list {
    list-style: none;
    padding-left: 0;
    line-height: 1.25em;
}

    .member-list li {
        margin-top: 0;
        padding-top: 0;
        font-weight: 500;
    }

        .member-list li span {
            display: block;
            font-size: 14px;
            color: var(--color-police);
            font-weight: 400;
        }

.title {
    font-size: 1.5em; /*rrr*/
}

.col-lg-5.text-center.-hover-grow:hover {
    transform: scale(1.05);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}
/***/
.team-member {
    padding-top: 0;
    margin-top: 0;
}

    .team-member p {
        margin: 0;
    }

    .team-member .team-member-cie {
        font-size: small;
        line-height: normal;
    }

.col-sm-4.team h4 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.team-member p:first-of-type {
    font-weight: 600;
}

.row.r-team {
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: solid 1px #ccc;
}

footer *, div#mc_embed_signup * {
    font-family: 'Euclid Circular A';
}

h3.nav-title {
    font-size: 1.5em;
}

.list-widgets .nav-title, .list-widgets-membership .nav-title {
    font-size: 1em;
}

.main.membership-directory .col-md-5 {
    background: #f2f2f2 !important;
}

.main.membership-directory---error .col-md-5.offset-md-1 {
    background-color: #D1D5E1 !important;
    color: white !important;
}

    .main.membership-directory---error .col-md-5.offset-md-1 h3 {
        color: var(--color-police) !important;
    }

.memberships-content.entry-anim.show .btn-main, .memberships-aside.entry-anim.show .btn-main,
.row.-bg-box .memberships-content .btn-main {
    background-color: #d1d5e1 !important;
}

.main.member-services .col-sm-12.section-content .article-content h2:first-of-type {
    font-weight: 300;
    color: var(--color-police);
}

.row.-bg-box .memberships-content .btn-main {
    width: 100%;
}

/*COVEO**/
.coveo-facet-header {
    background: #F2F2F2 !important;
}

span.coveo-facet-value-caption {
    color: black;
    font-weight: 300;
}

.coveo-facet-header-title {
    color: #14143c !important;
    font-weight: 400;
}

.coveo-results-header {
    box-shadow: 0 -1px 0px 0px #b6b6b6 inset !important;
}

.awardWrapper .CoveoFieldValue.awards i.fal.fa-industry.nav-icon {
    color: #f1d065 !important
}

span.coveo-facet-value-caption {
    color: black;
    font-weight: 300;
}

.title, .worktitle * {
    color: #14143c !important;
    font-weight: 500;
}

.company *, .address *, .email *, .phone * {
    color: #14143c !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

table.CoveoFieldTable.CoveoValueRow tbody * {
    color: #7b8193 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}

table.CoveoFieldTable.CoveoValueRow tbody th {
    color: #b6b6b6 !important;
    font-weight: 300 !important;
}

.coveo-facet-settings-more-svg,
.coveo-facet-more-icon-svg,
.coveo-facet-less-icon-svg {
    color: #14143c !important;
}

.coveo-results-per-page-list-item.coveo-active a, .coveo-results-per-page-list-item:hover a,
.coveo-pager-list-item.coveo-active a, .coveo-pager-list-item:hover a {
    color: white !important;
}

.coveo-results-per-page-list-item.coveo-active, .coveo-results-per-page-list-item:hover,
.coveo-pager-list-item.coveo-active, .coveo-pager-list-item:hover {
    color: #D1D5E1 !important;
    background-color: #14143C;
}

span.coveo-clickable {
    color: #14143C !important;
    font-size: .95em;
}

.coveo-dropdown-background {
    background: #14143c9c !important;
}
/*END COVEO*/

/*technical lib*/
.CoveoResultLink, a.CoveoResultLink, .CoveoResult a.CoveoResultLink,
.coveo-facet-header-title, .CoveoTab {
    color: #14143C !important;
    font-weight: 400 !important;
}

span.coveo-facet-value-caption {
    color: black !important;
    font-weight: 300 !important;
}

.coveo-tab-section {
    background: #f2f2f2 !important;
}

table.CoveoFieldTable.CoveoValueRow * {
    color: #7b8193 !important;
    font-weight: 300 !important;
    font-size: 16px;
}

table.CoveoFieldTable.CoveoValueRow th {
    color: #b6b6b6 !important;
}

table.CoveoFieldTable.CoveoValueRow .title a {
    color: #14143C !important;
    font-weight: 400 !important;
    font-size: 1em;
}

tr.CoveoValueRow[data-caption="Author"] td *,
tr.CoveoValueRow[data-caption="Abstract"] td * {
    color: black !important;
    font-weight: 300 !important;
}

path.coveo-more-background-svg {
    color: #14143C !important;
}

/*************membersPage********************/
.membersPage .row.rte-presidents a {
    font-weight: 500;
}

.membersPage .row.rte-presidents p {
    font-weight: 300 !important;
    font-size: .9em !important;
}

.membersPage .row p.title strong {
    font-weight: 500;
    font-size: 1.5em;
}
/***gvo policy page*****/
.main.policies-\&-governance-documents .article-content h2,
.main.policies-\&-governance-documents .article-content h3 {
    color: var(--color-police) !important;
    font-weight: 500;
}
/*by laws and agm pages*/
.main.cim-by-laws .row .col-md-5.offset-md-1,
.main.agm-minutes .row .col-md-5.offset-md-1,
.main.cim-council-highlights .row .col-md-5.offset-md-1 {
    background-color: #f2f2f2 !important;
}

.main.cim-by-laws .row .col-md-5 *,
.main.agm-minutes .row .col-md-5 *,
.main.cim-council-highlights .row .col-md-5 * {
    color: var(--color-police);
}
/*header weird issue**/
.intro.FullImage {
    margin-top: 140px !important;
}
/*color polcie*/
.color-police {
    color: var(--color-police) !important;
}

.color-police-black {
    color: black !important;
}

div#membership-page .button-container.no-after button {
    font-weight: 600;
    min-width: 150px;
    background: #f2f2f2;
    color: #14143c;
    border: 3px solid #14143c;
    margin: 1em 1em 0 0;
    max-width: 100%;
    padding: 15px calc(100px - 2em);
}

div#directoriesSection :not(.directoriesLeft) a {
    display: inline-block;
    position: relative;
}
/*
    div#directoriesSection :not(.directoriesLeft) a::after {
        content: "\1F862";
        position: absolute;
        width: 9px;
        height: 15px;
        font-size: 15px;
        right: 20px;
        transition: right .4s cubic-bezier(.55, .22, .36, .9);
        top: 50%;
        transform: translateY(-50%);
        font-weight: 600;
        font-size: 24px;
        top: calc(50% + 8px);
        top: calc(50% - 2px);
        right: 10%;
    }*/
div#directoriesSection :not(.directoriesLeft) a::after{
 content: "";
    position: absolute;
    width: 1em; 
    height: 1em; 
    background: url('../svg/arrow-right.svg') no-repeat center center;
    background-size: contain;
    right: 10%;
    transition: right .4s cubic-bezier(.55, .22, .36, .9);
    top: calc(50% + 0px);
    transform: translateY(-50%);
    font-size:40px;
}

    div#directoriesSection :not(.directoriesLeft) a:hover {
        opacity: .5;
    }

div#membership-page ul.memberships-list li.v {
    line-height: 1em;
    text-shadow: 0px 0px 1em black;
}

.nav .sub-nav li,
.nav .sub-nav .sub-nav-dropdown,
nav.nav li.first-item.has-dropdown a {
    line-height: normal;
}

@media only screen and (max-width: 576px) {
  .container {
    Overflow: hidden;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .soc-nav-secondary .soc-logo {
    display: block; 
    top: -105px;
    left: 50%;
  }
  .container {
    Overflow: hidden;
    overflow: visible;
  }
  .soc-nav-secondary .soc-logo{
    width: 60px;
    height: 60px;
	  box-shadow: 0px -1px 5px white;
  }
	#div-gpt-ad-1747164862060-0{
		width:400px;
		min-width:400px !important;
	}
  
}