
/* HomePage styles  */

a:focus, input:focus, button:focus {
    outline: 1px solid #00376D!important;
}

.navbar-brand img {
    width: 327px;
}

.border-audit__register-check img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 15px;
}

.border-audit__register-check a {
   min-width: 96px;
    height: 32px;
    border-radius: 19px;
    background-color: #fff;
    box-shadow: 3px 3px 6px #0000002e;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C50035;
    font-family: Raleway-Bold;
    transition: .2s
}

.border-audit__register-check a:hover {
    box-shadow: 3px 3px 6px #00000075
}

.border-audit__register-check {
    padding-bottom: 15px;
    border-bottom: 1px solid #00376D;
}

.border-audit__register-check p {
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.header-ch_timezone {
    font-size: 14px;
    line-height: 16px;
    color: #00376D;
    font-family: Raleway;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #00376D;
}

.header-ch_timezone a {
    font-family: Raleway-Italic;
    color: #C50035;
    text-decoration: underline;
    font-size: 14px;
}

.header-ch_timezone a:hover {
    text-decoration: none;
}

.homepage-slider {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F0F2F5;
}

.homepage-slider__header {
    height: 15px;
    width: 100%;
}

.header-cont_up {
    background-color: #E6E6E6;
}

.homepage-slider__header--yellow {
    background-color: #FBDC00;
}

.homepage-slider__header--light-blue {
    background-color: #5AADD7;
}

.homepage-slider__header--green {
    background-color: #90C434;
}

.homepage-slider__header--blue {
    background-color: #4085C4;
}

.homepage-slider__header--orange {
    background-color: #D27517;
}

.homepage-slider__header--dark-blue {
    background-color: #28408C;
}

.homepage-slider__title {
    padding-top: 15px;
    padding-bottom: 15px;
}

.homepage-slider__title h1 {
    font-family: Raleway-Bold;
    font-style: italic;
    font-size: 32px;
    line-height: 36px;
    color: #00376D;
}

.home-page__main {
    padding-top: 30px;
}

.home-page__main__left h2 {
    font-size: 28px;
    font-family: Raleway-Bold;
}

.home-page__main__left p {
    font-size: 18px;
    line-height: 22px;
    font-family: Raleway;
    margin-top: 20px;
}   

.main_w--bord {
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
}

.main__right__social {
    padding-top: 30px;
}

.main__right__social a {
    font-size: 16px;
    line-height: 20px;
    font-family: Raleway-Bold;
    color: #C50035;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.main__right__social a span {
    width: 40px;
    display: flex;
    justify-content: center;
}

.main__right__social a:hover {
    text-decoration: underline;
}

.main__right__mailing-list--title h3 {
    font-family: Raleway-LightItalic;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
}

.main__right__mailing-list--title p {
    font-family: Raleway-Bold;
    font-size: 28px;
    line-height: 28px;
    margin-top: 0;
}

.main__right__mailing-list {
    padding: 25px 20px 45px 20px;
}

.main__right__mailing-list .mailing-sect__p {
    font-size: 16px;
    line-height: 19px;
}   

.main__right__mailing-list .mailing-sect__p.bold {
    font-family: Raleway-BoldItalic;
}

.main__right__mailing-list form input {
    width: 100%;
    height: 47px;
    border-radius: 24px;
    border: 2px solid #00376D;
    margin-bottom: 5px;
    padding: 0 25px;
    color: #00376D;
    font-size: 14px;
    font-family: Raleway-Bold;
}

.border-audit_header-right input:focus, .search_block__form__field:focus, .error-page__search-block input:focus, .modal-form input:focus, .main__right__mailing-list form input:focus, .filter-bl .form-sect_inp:focus {
    border-color: #C50035;
    outline-color: #C50035!important;
}

.main__right__mailing-list form input::placeholder {
    color: #00376D;
}

.main__right__mailing-list form .mailing-sect__sbm, .mailing-sect__sbm {
    color: #fff;
    background-color: #C50035;
    border-radius: 19px;
    border: none;
    width: 135px;
    height: 32px;
    margin-top: 5px;
    line-height: 20px;
    font-family: Raleway-Bold;
    font-size: 14px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s
}

.main__right__mailing-list form .mailing-sect__sbm:hover {
    background-color: #ab0330;
}

.mailing-sect__sbm:hover {
    background-color: #ab0330;
}

.main__right__mailing-list form .mailing-sect__sbm img, .mailing-sect__sbm img {
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

.right__item__first {
    width: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
}

.right__item__first.aqua {
    background-color: #17AAB4;
}

.right__item__second {
    width: calc(100% - 100px);
    background-color: #00376D;
    padding: 20px 25px 30px 25px;
    min-height: 244px;
}

.right__item__second  h3 {
    color: #fff;
    font-size: 22px;
    font-family: Raleway-Bold;
}

.right__item__second  p {
    font-size: 18px;
    font-family: Raleway;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
}

.right__item__bottom {
    height: 40px;
    background-color: #002447;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right__item__bottom p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: Raleway;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right__item__first.blue-h {
    background-color: #002447;
}

.right__item__second a {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    display: flex;
}

.right__item__first.red {
    background-color: #EE4137;
}

.right__item__first.orange {
    background-color: #E68E1C;
}

.right__item__first img {
    margin-bottom: 0;
    transition: .2s;
}

.home-page__main__right__item:hover .right__item__first img {
    margin-bottom: 20px;
}

.home-page__main__title__sect--tt h2 {
    font-size: 28px;
    line-height: 34px;
    font-family: Raleway-Bold;
}

.home-page__main__title__sect--tt a {
    background-color: #C50035;
    border-radius: 19px;
    box-shadow: 3px 3px 6px #0000002e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 32px;
    font-family: Raleway-Bold;
    font-size: 14px;
    transition: .2s;
    color: #fff;
}

.home-page__main__title__sect--tt a:hover {
    background-color: #ab0330;
}

.home-page__main__title__sect--tt a img {
    margin-right: 5px;
}

.home-page__main__title__sect {
    margin-top: 60px;
}

.home-page__main__events__item {
    margin-top: 45px;
}

.home-page__main__events__item h2 {
    font-size: 16px;
    line-height: 20px;
    font-family: Raleway-Bold;
}

.home-page__main__events__item h2 img {
    margin-right: 10px;
}

.home-page__main__events__item p {
    font-size: 14px;
    line-height: 16px;
}

.home-page__main__events__item p a {
    color: #C50035;
    text-decoration: underline;
    margin-left: 10px;
    display: flex;
}

.home-page__main__events__item p a:hover {
    text-decoration: none;
}

.home-page__main__events__item h3 a {
    font-size: 22px;
    line-height: 26px;
    color: #C50035;
    font-family: Raleway-Bold;
    margin-top: 15px;
}

.home-page__main__events__item h3 a:hover {
    text-decoration: underline;
}

.home-page__main__events__item .home-page__main__events__item--p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 25px;
    font-family: Raleway;
}

.read-more {
    line-height: 16px;
}

.home-page__main__events__item .read-more-hmp {
    font-family: Raleway-Bold;
    transition: .2s;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 15px;
    width: 128px;
    background-color: #C50035;
    box-shadow: 3px 3px 6px #0000002e;
    margin-top: 15px;
}

.home-page__main__events__item .read-more-hmp:hover {
    background-color: #ab0330;
}

.home-page__main__events__item .read-more-hmp img {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.home-page__main__events {
    border-bottom: 1px solid #000;
    padding-bottom: 65px;
}

.home-page__main__events__solo--left {
    min-width: 270px;
    margin-right: 30px;
}

.home-page__main__events__solo--left img {
    width: 100%;
}

.home-page__main__events__solo {
    margin-top: 30px;
}

.home-page__main__events__solo .home-page__main__events__solo--right__p {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    margin-top: 10px;
}

.home-page__main__events__solo .home-page__main__events__solo--right__p span {
    font-family: Raleway-Bold;
    color: #C50035;
}

.homepage-grey-slider {
    background-color: #EBEBEB;
    padding-top: 60px;
    padding-bottom: 65px;
    margin-top: 30px;
}

.contact-us--map a img {
    transition: .2s;
    border: 1px solid #000000;
}

.contact-us--map a:hover img {
    transform: scale(1.03);
}

.homepage-grey-slider h2 {
    font-size: 24px;
    line-height: 34px;
    font-family: Raleway-Bold;
}

.homepage-grey-slider p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 780px;
}

.carousel__h img {
    width: 100%;
}

.homepage-grey-slider .card {
    background-color: #fff;
    box-shadow: 3px 3px 6px #00000024;
    margin-bottom: 45px;
    display: block;
    padding: 15px 15px 20px 15px;
    transition: .2s;
    border-radius: 10px;
}

.homepage-grey-slider .card:hover {
    box-shadow: 3px 3px 22px #00000076;
}

.homepage-grey-slider .card p {
    font-size: 18px;
    line-height: 22px;
}

.homepage-grey-slider .card p span {
    font-family: Raleway-Bold;
}

.contact-us__staff .contact-us__name {
    font-size: 34px;
    line-height: 40px;
    color: #C50035;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
    width: unset;
    height: unset;
}

.homepage-grey-slider .carousel-control-next, .homepage-grey-slider .carousel-control-prev {
    min-width: 44px;
    height: 44px;
    box-shadow: 3px 3px 6px #00000024;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    background-image: none;
    transition: .2s;
    top: calc(50% - 22px);
}

.navbar-nav .active a:after {
    content: "";
    position: absolute;
    height: 6px;
    background-color: #C50035;
    width: 100%;
    bottom: -1px;
    left: 0;
}

.homepage-grey-slider .carousel-control-next:hover, .homepage-grey-slider .carousel-control-prev:hover {
    box-shadow: 3px 2px 15px #0000006b;
}

.cstm-image-max_width {
    max-width: 160px;
}

.homepage-grey-slider .carousel-control-prev {
    transform: rotate(180deg);
    left: -43px;
}

.homepage-grey-slider .carousel-control-next {
    right: -43px;
}

.homepage-grey-slider__btn {
    background-color: #C50035;
    border-radius: 19px;
    color: #fff;
    width: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Raleway-Bold;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    height: 32px;
}

.homepage-grey-slider__btn:hover {
    background-color: #ab0330;
}

.homepage-grey-slider__btn img {
    margin-right: 5px;
}

.footer__sect--up {
    background-color: #00376D;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer__sect--bottom {
    background-color: #002447;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

 .footer__sect--bottom p,  .footer__sect--bottom p a{
    font-size: 12px;
    color: #fff;
    font-family: Raleway;
}

.footer__sect--bottom p a:hover {
    text-decoration: underline;
}

.homepage-footer-ul a {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-family: Raleway-Bold;
    position: relative;
    padding-left: 17px;
}

.homepage-footer-ul a:hover {
    text-decoration: underline;
}

.homepage-footer-ul>ul>li>a>img {
    width: 11px;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.homepage-footer-ul>ul>li>a>img.training__footer {
    width: 8px;
}

.homepage-footer-ul .footer-small_list a {
    margin-right: 5px;
    transition: .2s;
}

.homepage-footer-ul .footer-small_list a:hover {
    filter: brightness(0.7);
}

.homepage-cont-footer a {
    color: #fff;
    display: flex;
    font-size: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.homepage-cont-footer a:hover {
    text-decoration: underline;
}

.homepage-cont-footer a img {
    margin-right: 10px;
    width: 21px;
    height: 21px;
}

.footer-logo {
    border-right: 1px solid #fff;
}

/* Homepage Styles ends  */

/* Homepage 7.1 styles  */

.homepage-first-sect {
    background-image: url(../../media/images/113012486_xl.png);
    min-height: 454px;
    background-size: cover;
    background-repeat: no-repeat; 
}

.home-page-sect__bg {
    background-image: url(../../media/images/hero_image.png);
}

.h-first-sect_column div {
    background-color: #fff;
    height: 100%;
    min-height: 454px;
    padding: 35px 30px;
}

.h-first-sect_column p {
    font-family: Raleway-Italic;
    font-size: 26px;
    line-height: 30px;
    color: #00376D;
}

.h-first-sect_column p span {
    font-family: Raleway-Bold;
    color: #00376D;
    font-size: 26px;
}

a.btn__piti {
    font-family: Raleway-Bold;
    transition: .2s;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 15px;
    width: 128px;
    background-color: #C50035;
    box-shadow: 3px 3px 6px #0000002e;
    margin-top: 15px;
    transition: .2s;
}

a.btn__piti:hover {
    background-color: #ab0330;
}

a.btn__piti img {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.h-first-sect_col div {
    background-color: #fff;
    border-top: 9px solid #C50035;
    padding: 30px 30px;
}

.h-first-sect_col div p {
    font-family: Raleway-Italic;
    font-size: 22px;
    line-height: 26px;
    color: #00376D;
}

.h-first-sect_col div p span {
    font-family: Raleway-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #00376D;
}

.social-follow-us {
    font-family: Raleway-Italic;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.acces-color_a a {
    font-size: 12px;
    color: #fff;
    font-family: Raleway;
    margin-bottom: 0;
}

/* PITIVITI Initiatives - ELDP Program Details 2 Styles  */

.blue-sect__ELDP {
    margin-top: 7px;
    background-color: #00376D;
    min-height: 183px;
}

.eldp__bl {
    padding: 50px 80px 50px 0;
    position: relative;
}

.eldp-abs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.eldp__bl-right {
    margin-left: 15px;
}

.eldp__bl-right p a {
    font-family: Raleway-Italic;
    color: #ffffff;
    font-size: 18px;
}

.eldp__bl-right p a:hover {
    text-decoration: underline;
}

.eldp__bl-right h1 {
    font-family: Raleway-Bold;
    font-size: 40px;
    color: #fff;
}

.eldp__bl-right .low_title {
    font-size: 32px;
}

.instructor__title {
    font-size: 16px;
    line-height: 30px;
    color: #C50035;
}

.tab-left_icon-item  .read-bio {
    font-size: 16px;
    line-height: 19px;
    color: #C50035;
    font-family: Raleway-Bold;
    text-decoration: underline;
}

.tab-left_icon-item  .read-bio:hover {
    text-decoration: none;
}

.passw-inp {
    background-image: url(../../media/images/password-input-icon.svg);
    background-position: 20px 13px;
}

.eldp__bl-right .low_title--instructor {
    font-size: 44px;
}

.eldp__bl-right .low_title span {
    font-family: Raleway;
    font-size: 32px;
    color: #fff;
}

.ELDP__main-sect {
    padding-top: 45px;
}

.eldp__h2 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-family: Raleway-Bold;
}

.eldp__h2 img {
    margin-right: 15px;
}

.dark-blue__doc {
    background-color: #002447;
    height: 69px;
}

.eldp__h2 .acces-piti-viti {
    background-color: #c50235;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 11px;
}

.eldp-links {
    justify-content: space-evenly;
    margin-top: 45px;
    margin-bottom: 45px;
}

.eldp-link {
    width: 20%;
    background-color: #C50035;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
    font-family: Raleway-Bold;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    text-align: center;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.eldp-link:hover {
    background-color: #ab0330;
}

.eldp-p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima-nova'
}

.newsroomSingle-block .eldp-p {
    line-height: 26px;
}

.eldp-ul {
    padding-left: 35px;
    margin-top: 30px;
}

.eldp-ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.eldp-ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00376D;
    left: 0px;
    top: calc(50% - 3px);
    display: flex;
    border-radius: 50%;
    position: absolute;
}

.eldp-newsroom__header__left img {
    margin-right: 15px;
}

.eldp-newsroom__header__left h4 {
    font-family: Raleway-Italic;
    font-size: 14px;
}

.eldp-newsroom__header__left h5, .eldp-newsroom__header__left h3 {
    font-size: 28px;
    font-family: Raleway-Bold;
}

.eldp-newsroom__header__right a {
    border-radius: 19px;
    background-color: #C50035;
    width: 140px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Raleway-Bold;
    color: #fff;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s
}

.eldp-newsroom__header__right a:hover {
    background-color: #ab0330;
}

.eldp-newsroom__header__right a img {
    margin-right: 5px;
}

.eldp-newsroom__item-left {
    max-width: 270px;
    margin-right: 30px;
    min-width: 270px;
}

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

.eldp-newsroom__item-right h2 a, .eldp-newsroom__item-right h6 a {
    color: #C50035;
    font-size: 22px;
    line-height: 26px;
    font-family: Raleway-Bold;
}

.eldp-newsroom__item-right h2 a:hover, .eldp-newsroom__item-right h6 a:hover {
    text-decoration: underline;
}

.eldp-date-names p {
    font-family: Raleway-Italic;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 20px;
}

.eldp-date-names a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #C50035;
    font-family: Raleway-BoldItalic;
}

.eldp-date-names a:hover {
    text-decoration: underline;
}

.eldp-date-names p img, .eldp-date-names a img {
    margin-right: 5px;
}

.eldp-date-names {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
}

.eldp-topics {
    margin-top: 15px;
    font-size: 14px;
    font-family: Raleway-BoldItalic;
    line-height: 22px;
}

.eldp-topics ul li a {
    color: #C50035;
    font-size: 14px;
    font-family: Raleway-BoldItalic;
    line-height: 22px;
    padding: 5px 10px;
    margin-left: 10px;
    background-color: #fff;
    transition: .2s;
}

.eldp-topics ul li a:hover {
    background-color: #C50035;
    color: #fff;
}

.eldp-newsroom {
    padding-bottom: 50px;
    border-bottom: 1px solid #000000;
}

.eldp-class__header {
    margin-top: 50px;
    background-color: #00376D;
    border-radius: 9px;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 28px;
    font-family: Raleway;
}

.eldp-class__header span {
    font-family: Raleway-Bold;
    color: #fff;
    font-size: 28px;
    margin-left: 8px;
}

.eldp-class__item {
    padding: 0px 5px 5px 5px;
    margin-top: 25px;
    transition: .2s;
}

.eldp-class__item:hover {
    box-shadow: 0px 3px 22px 11px #00000021;
}

.eldp-class__item h6, .eldp-class__item h2 {
    font-family: Raleway-Bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: .2s;
    color: #C50035;
}

.eldp-class__item p {
    color: #C50035;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
    transition: .2s;
}

.eldp-class__item:hover h6, .eldp-class__item:hover h2, .eldp-class__item:hover p {
    color: #00376D;
}

.eldp-class-single_header p {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Raleway-Bold;
}

.eldp-class-single_header p img {
    margin-left: 15px;
}

.news-sing_abs_s {
    bottom: 0;
    left:0;
    width: 100%;
    background-color: #00376dba;
    color: #fff;
    font-family: Raleway-Italic;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 20px;
}

.eldp-class-single_nav a {
    font-size: 16px;	
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    display: flex;
    width: 150px;
    height: 32px;
    background-color: #fff;
    border-radius: 19px;
    box-shadow: 3px 3px 6px #0000002e;
    align-items: center;
    justify-content: center;
    color: #C50035;
    transition: .2s;
}

.eldp-class-single_nav a:hover {
    box-shadow: 3px 7px 9px #0000002e;
    background-color: #fff;
}

.collapse-menu {
    padding-bottom: 55px;
    border-bottom: 1px solid #000000;
    margin-bottom: 55px;
}

.collapse-menu a {
    font-size: 18px;
    color: #00376D;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: .2s;
}

.collapse-menu a span {
    display: flex;
    width: 30px;
}

.collapse-menu .card-header {
    padding: 0;
    background-color: transparent;
}

.collapse-menu .card-header button {
    padding: 0;
    font-size: 18px;
    color: #00376D;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: .2s;
    margin-bottom: 10px;
}

.collapse-menu a svg path {
    transition: .2s;
}

.collapse-menu .card-header h2>button:hover, .collapse-menu>a:hover {
    color: #C50035;
}

.collapse-menu .card-header h2>button:hover svg path, .collapse-menu>a:hover svg path {
    fill: #C50035;
}

.collapse-menu .card-header button span {
    display: flex;
    width: 30px;
}

.collapse-menu .card-header button:focus {
    outline-color: transparent!important;
}

.collapse-menu .card {
    margin-bottom: 0;
}

.collapse-menu .card-body {
    padding: 0 21px;
    border-left: 1px solid #00376D;
    position: relative;
}

.collapse-menu .card-body:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 20px;
    height: 13px;
    bottom: -2px;
    left: -1px;
    z-index: 22222;
}

.collapse-menu .card-body a {
    font-size: 14px;
    color: #00376D;
    font-family: Raleway;
    position: relative;
    transition: .2s;
}

.collapse-menu .card-body a:hover {
    font-family: Raleway-Bold;
}

.arrow__column {
    margin-left: 10px;
    transition: .2s;
}

.collapse-menu .btn-link[aria-expanded="false"] .arrow__column {
    transform: rotate(0deg)
}

.collapse-menu .btn-link[aria-expanded="true"] .arrow__column {
    transform: rotate(180deg)
}

.collapse-menu .card-body a:after {
    content: '';
    position: absolute;
    width: 14px;
    left: -21px;
    top: 9px;
    height: 1px;
    background-color: #00376D;
}

.collapse-menu .acc_sub .card-header button:after {
    content: '';
    position: absolute;
    width: 20px;
    left: -26px;
    top: 50%;
    height: 1px;
    background-color: #00376D;
}



.collapse-menu .acc_sub .card-header button {
    font-size: 14px;
    color: #00376D;
    font-family: Raleway;
    position: relative;
}

.accordion > .card-over {
    overflow: visible;
}

.collapse-menu .btn-link.active {
    color: #C50035!important;
    font-family: Raleway-Bold!important;
}

.collapse-menu .btn-link.active svg path {
    fill: #C50035;
}

.collapse-menu .card-body a.active {
    font-family: Raleway-Bold;
}

.d-sect__up__title img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.d-sect__up__title h4, .d-sect__up__title h2 {
    font-size: 14px;
    font-family: Raleway-Italic;
}

.d-sect__up__title h5, .d-sect__up__title h3 {
    font-size: 18px;
    font-family: Raleway-Bold;
}

.d-sect__up__title {
    margin-bottom: 10px;
}

.d-sect__up__links {
    padding-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #00376D;
    position: relative;
}

.d-sect__up__links__item {
    margin-bottom: 15px;
    position: relative;
}

.d-sect__up__links__item::after {
    content: "";
    background-color: #00376D;
    width: 16px;
    left: -21px;
    position: absolute;
    top: 10px;
    height: 1px;
}

.d-sect__up-abs {
    position: absolute;
    width: 20px;
    height: 32px;
    left: -5px;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
}

.d-sect__up__links__item-left img {
    width: 21px;
    height: 21px;
    display: flex;
    margin-right: 13px;
}

.d-sect__up__links__item-left h6, .d-sect__up__links__item-left h4 {
    font-family: Raleway;
    font-size: 16px;
}

.d-sect__up__links__item-left p {
    font-family: Raleway-Italic;
    font-size: 16px;
}

.d-sect__up__links__item-right a {
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #C50035;
}

.d-sect__up__links__item-right a:hover {
    text-decoration: underline;
}

.d-sect__up__links__item-right a img {
    margin-right: 5px;
    display: flex;
}

.d-sect__down__list li {
    font-family: Raleway;
    font-size: 16px;
    line-height: 26px;
    color: #00376D;
    position: relative;
}

.d-sect__down__list {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #00376D;
    position: relative;
}

.d-sect__down__list li::after {
    content: "";
    background-color: #00376D;
    width: 16px;
    left: -21px;
    position: absolute;
    top: 12px;
    height: 1px;
    margin-bottom: 5px;
}

.d-sect__news__item h3 a {
    font-size: 18px;
    font-family: Raleway-Bold;
    line-height: 21px;
    color: #C50035;
}

.d-sect__news {
    margin-top: 20px;
}


.d-sect__news__item h3 a:hover {
    text-decoration: underline;
}

.d-sect__news__item  {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

.d-sect__news__item:last-child {
    border: none;
}

.d-sect__news__item p {
    font-size: 16px;
    margin-top: 10px;
    font-family: Raleway-Italic;
}

.d-sect__news__item p a {
    color: #C50035;
    font-family: Raleway-Italic;
    font-size: 16px;
}

.d-sect__news__item p a:hover {
    text-decoration: underline;
}

.eldp-h3 {
    font-family: Raleway-Bold;
    font-size: 22px;
    margin-bottom: 25px;
}

.eldp__reports--item {
    padding: 15px 20px;
    border-radius: 36px;
    min-height: 72px;
}

.eldp__reports--item:nth-child(even) {
    background-color: #EEEEEE;
}

.eldp__reports--item__left img {
    min-width: 44px !important;
    height: 44px !important;
    margin-right: 15px !important;
}

.eldp__reports--item__left {
    max-width: 82px
}

.eldp-reports-p, .eldp__reports--item__middle .eldp-reports-p {
    font-size: 14px;
    font-family: Raleway-Bold;
}

.eldp__reports--item__middle p {
    font-family: Raleway-Italic;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.contact_map {
    height: 243px;
    width: 100%;
}

.eldp-reports-p-border {
    border-right: 1px solid #000000;
    padding-right: 7px;
    margin-right: 7px;
}

.eldp__reports--item__right p {
    font-family: Raleway-Italic;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
}

.eldp__reports--item__right a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    height: 32px;
    width: 120px;
    background-color: #C50035;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: Raleway-Bold;
    margin-left: 15px;
    transition: .2s
}

.eldp__reports--item__right a:hover {
    background-color: #ab0330;
}

.search-publications {
    padding-right: 40px;
}

.search-publications input {
    width: 100%;
    border: 3px solid #00376D;
    height: 45px;
    font-family: Raleway-Bold;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #00376D;
    padding-left: 20px;
    padding-right: 55px;
    border-radius: 35px;
    margin-bottom: 35px;
}

.search-publications input::placeholder {
    color: #00376D;
}

.publ-download-formats {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #000;
}

.publ-download-formats h2 {
    font-family: Raleway-Bold;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.publications-download a {
    background-color: #C50035;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 6px #0000002e;
    color: #fff;
    letter-spacing: 2px;
    font-family: Raleway-Bold;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    max-width: 223px;
    height: 47px;
    border-radius: 37px;
    transition:  .2s;
}

.other-fotmat-dwn {
    margin-top: 20px;
}

.other-fotmat-dwn p {
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-fotmat-dwn p img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.other-fotmat-dwn a img {
    margin-right: 6px;
    position: relative;
    bottom: 2px;
}

.other-fotmat-dwn a {
    width: unset;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    background-color: #fff;
    color: #C50035;
    font-size: 16px;
    font-family: Raleway-Bold;
    box-shadow: 3px 3px 6px #0000002e;
    display: flex;
    align-items: center;
    border-radius: 37px;
    transition: .2s;
    justify-content: center;
}

.other-fotmat-dwn a:hover {
    box-shadow: 3px 3px 6px #0000007d;
}

.publications-download a:hover {
    background-color: #ab0330;
}

.publication__item .col-lg-5>img {
    box-shadow: 3px 3px 6px #0000002e;
}

.publications-download p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 6px;
}

.publication__item__right--top__logo p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
}

.publication__item__right--top__logo p img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.publication__item__right--top__social a {
    box-shadow: 3px 3px 6px #0000002e;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-right: 6px;
    transition: .2s
}

.publication__item__right--top__social a:hover {
    box-shadow: 3px 3px 6px #00000094;
}

.publication__item__right--top__social a.red-print-mail-link {
    box-shadow: none;
    background-color: #C50035;
}

.publication__item__right--top__social a.red-print-mail-link:hover {
    box-shadow: none;
    background-color: #ab0330;
}

.publication__item__right--top--title h2 {
    font-family: Raleway-Bold;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-top: 10px;
}

.publication__item__right--top--posted {
    margin-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #000000;
    margin-bottom: 8px;
}

.publication__item__right--top--posted p {
    font-family: Raleway-Italic;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
}

.eldp-topics p {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: Raleway-BoldItalic;
}

.eldp-topics p span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px #0000002e;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.publication__item__right--top--txt {
    margin-top: 20px;
}

.publication__item__right--top--txt p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.publication__item__right--top--posted p img {
    margin-right: 4px;
}

.publication__item__right--top--posted p span {
    width: 21px;
    height: 21px;
    background-color: #E6E6E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 32px;
    font-family: Raleway-BoldItalic;
}

.publication__item__right--top--txt__link-to__page {
    margin-top: 35px;
}

.publication__item__right--top--txt__link-to__page h2 {
    font-size: 18px;
    font-family: Raleway-Bold;
    line-height: 22px;
    color: #000000;
}

.publication__item__right--top--txt__link-to__page a {
    font-family: Raleway-BoldItalic;
    font-size: 18px;
    line-height: 22px;
    color: #C50035;
    text-decoration: underline;
}

.publication__item__right--top--txt__link-to__page button {
    width: 24px;
    height: 24px;
    background-color: #C50035;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: .2s;
}

.publication__item__right--top--txt__link-to__page button:hover {
    background-color: #ab0330;
}

.publication__item__right--top--txt__link-to__page a:hover {
    text-decoration: none;
}

.sign-up_piti-viti {
    padding: 25px 35px 40px 35px;
    background-color: #00376D;
    margin-top: 50px;
    margin-bottom: 60px;
}

.sign-up_piti-viti--header h2 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

.proc40 {
    padding-right: 15px;
    width: 38%;
}

.proc20 {
    width: 24%;
}

.proc20 button {
    width: 100%;
    background-color: #C50035;
    height: 39px;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: .2s;
}

.proc20 button:hover {
    background-color: #ab0330;
}

.proc20 button img {
    margin-right: 5px;
}

.publication__item__right--top--txt__link-to__col-description {
    padding: 25px 15px 20px 15px;
    border-bottom: 5px solid #00376D;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s
}

.publication__item__right--top--txt__link-to__col-description h2 a {
    color: #000000;
    font-size: 18px;
    line-height: 21px;
    font-family: Raleway-Bold;
    transition: .2s;
}

.column-publication:hover .publication__item__right--top--txt__link-to__col-description {
    border-color: #C50035;
}

.column-publication:hover .publication__item__right--top--txt__link-to__col-description h2 a {
    color: #C50035;
}

.column-publication div>img.w-100 {
    transition: .2s;
}

.column-publication:hover div>img.w-100 {
    filter: brightness(0.7)
}

.proc40 input {
    border-radius: 24px;
    padding-left: 25px;
    background-color: #fff;
    border: none;
    width: 100%;
    height: 39px;
    color: #00376D;
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: 32px;
}

.proc40 input::placeholder {
    color: #00376D;
}

.sign-up_piti-viti--header h2 span {
    font-family: Raleway-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

.sign-up_piti-viti--header img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.publications-download p img {
    width: 10px;
    margin-right: 10px;
}

.publications-download a img {
    width: 25px;
    margin-right: 7px;
}

.search-publications button {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    position: absolute;
    padding: 0;
    right: 38px;
    top: 0;
}

.search-publications button img {
    width: 45px;
    padding: 0;
}

.btn-tooltip .eldp__reports--item__right a {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 50%;
    box-shadow: 3px 3px 6px #0000002e;
}

.btn-tooltip .eldp__reports--item__right .info__eldp-btn {
    background-color: #fff;
}

.btn-tooltip .eldp__reports--item__right a img {
    margin-right: 0;
}

.btn-tooltip .eldp__reports--item__right .info__eldp-btn:hover {
    box-shadow: 3px 3px 6px #00000097;
}

.eldp__reports--item__middle {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-left: 20px;
}

.eldp__reports--item__right a img {
    margin-right: 5px;
}

.eldp__reports--item__middle p span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    font-family: Raleway-BoldItalic;
    font-size: 14px;
    background-color: #CCCCCC;
    border-radius: 50%;
    margin-left: 5px;
}

.governments__eldp {
    padding-bottom: 50px;
    border-bottom: 1px solid #000000;
}

.governments__eldp__title {
    font-size: 22px;
    font-family: Raleway-Bold;
    line-height: 26px;
    margin-bottom: 10px;
    color: #C50035
}

.eldp-p a {
    font-family: Raleway-Italic;
    font-size: 18px;
    color: #C50035;
}

.eldp-p a:hover {
    text-decoration: underline;
}

.perform_middle-icon {
    width: 36px;
    height: 36px;
}

.team-member-img {
    max-width: 270px;
}

.team-members__name {
    font-size: 34px;
    line-height: 40px;
    font-family: Raleway-Bold;
}

.team-members__position {
    font-family: Raleway-Italic;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

.contact-block a {
    font-size: 18px;
    line-height: 22px;
}

.contact-block a:hover {
    text-decoration: underline;
}

.team-members-col {
    padding-bottom: 55px;
    border-bottom: 1px solid #000000;
}

.collapse-left-menu {
    padding-bottom: 50px;
}

.contact-us__details p {
    font-size: 18px;
    line-height: 22px;
}

.contact-us__details p span {
    font-family: Raleway-Italic;
    display: flex;
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
}

.contact-us__details h4, .contact-us__details h3 {
    font-family: Raleway-Bold;
    font-size: 22px;
    margin-top: 30px;
}

.contact-us__details {
    padding-top: 33px;
    padding-bottom: 50px;
    border-bottom: 1px solid #000000;
}

.contact-us__details ul li a {
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}

.contact-us__details ul li a:hover {
    text-decoration: underline;
}

.contact-us__details ul li a.location_m:hover {
    text-decoration: none;
}

.contact-us__details ul li {
    margin-bottom: 7px;
}

.contact-us__details ul li a img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.contact-us__staff {
    margin-bottom: 50px;
}

.contact-us__staff:last-child {
    margin-bottom: 0;
}

.contact-us__staff .col-lg-3 img {
    max-width: 180px;
}

.team-members_col__item>img {
    width: 120px;
    margin-right: 30px;
    border-radius: 50%;
    height: 120px;
}

.team-members_col__item h5 a, .team-members_col__item h2 a {
    font-family: Raleway-Bold;
    color: #C50035;
    font-size: 34px;
    line-height: 40px;
}

.team-members_col__item h5 a:hover, .team-members_col__item h2 a:hover {
    text-decoration: underline;
}

.team-members_col__item h6, .team-members_col__item h3 {
    font-family: Raleway-Italic;
    font-size: 22px;
    line-height: 26px;
}

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

.eldp-topics__list img {
    border-radius: 50%;
}

.eldp-topics__list a {
    transition: .2s;
}

.eldp-topics__list a:hover {
    filter: brightness(.8);
}

.eldp-topics__image-p {
    padding-left: 100px;
    font-family: Raleway-Italic;
    font-size: 28px;
    line-height: 33px;
    color: #00376D;
    margin-top: 30px;
    margin-bottom: 30px;
}

.eldp-topics__book-solo {
    padding: 20px 30px 25px 20px;
    background-color: #EEEEEE;
    margin-top: 45px;
    max-height: 201px;
}

.eldp-topics__book-solo__cstm--height {
    max-height: unset;
    background-color: #fff;
    box-shadow: 3px 3px 10px #00000029;
    border-bottom: 5px solid #00376D;
}

.eldp-topics__book-solo__cstm--height .eldp-topics__book-solo__left {
    bottom: 0;
}

.eldp-topics__book-solo__left {
    width: 190px;
    margin-right: 30px;
    height: 245px;
    position: relative;
    bottom: 38px;
}

.eldp-topics__book-solo__cstm--height .eldp-topics__book-solo__left {
    width: 175px;
    height: 225px;
}

.eldp-topics__book-solo__right {
    width: calc(100% - 220px);
}

.eldp-topics__book-solo__right__title a {
    font-family: Raleway-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #C50035;
}

.eldp-topics__book-solo__cstm--height .eldp-topics__book-solo__right__title a {
    color: #000;
    line-height: 28px;
}

.eldp-topics__book-solo__cstm--height .category-tags p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: Raleway-BoldItalic;
    margin-right: 0;
}

.eldp-topics__book-solo__cstm--height .category-tags a {
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
    color: #C50035;
    font-family: raleway-BoldItalic;
    margin-left: 10px;
    white-space: noowrap;
}

.eldp-topics__book-solo__cstm--height .category-tags a:hover {
    text-decoration: none;
}

.eldp-topics__book-solo__right__title a:hover {
    text-decoration: underline;
}

.eldp-topics__book-solo__cstm--height .cstm-btn__main-more-info  {
    border-radius: 19px;
    width: 115px;
    height: 32px;
    box-shadow: rgba(0, 0, 0, 0.18) 3px 3px 6px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: .2s;
    color: #00376D;
    letter-spacing: 1px;
}

.eldp-topics__book-solo__cstm--height .cstm-btn__main-more-info img {
    margin-right: 6%;
}

.eldp-topics__book-solo__cstm--height .cstm-btn__main-more-info:hover {
    box-shadow: 3px 2px 7px #0000006b;
    text-decoration: none;
}

body .cstm-btn__main {
    border-radius: 19px;
    height: 32px;
    background-color: #C50035;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    box-shadow: 3px 3px 6px #0000002e;
    font-family: Raleway-Bold;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: .2s
}

body .cstm-btn__main:hover {
    background-color: #ab0330;
    text-decoration: none;
}

.cstm-btn__main img {
    width: 15px;
    margin-right: 5px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel__block h6, .carousel__block h2 {
    font-family: Raleway-BoldItalic;
    color: #C50035;
    font-size: 18px;
    line-height: 22px;
    margin-right: 25px;
}

.carousel__block p {
    font-size: 18px;
    line-height: 22px;
}

.eldp-p .eldp-p-span--bold {
    font-family: Raleway-Bold;
    font-size: 18px;
}

.eldp__ul {
    padding-left: 35px;
}

.bl_bord-w {
    padding-bottom: 50px;
    border-bottom: 1px solid black
}

.eldp__ul li {
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
}

.eldp__ul li::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #00376D;
    top: 8px;
}

.eldp__bl-left {
    margin-right: 15px;
}

.secretartiat__item>div {
    min-height: 40px;
    display: flex;
    align-items: flex-start;
}

.secretartiat__item p {
    font-family: Raleway-Bold;
    font-size: 20px;
    line-height: 24px;
    color: #00376D;
}

.secretartiat__item a {
    font-size: 20px;
    line-height: 24px;
    color: #00376D;
    margin-top: 5px;
    display: flex;
}

.secretartiat__item .secretartiat__item__a {
    color: #00376D;
}

.secretartiat__item a:hover {
    text-decoration: underline;
}

.secretartiat__item .secretartiat__item__a:hover {
    text-decoration: none;
}

.newsroom__filter {
    margin-top: 25px;
}

.newsroom__filter__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 165px;
    background-color: #00376D;
    color: #ffffff;
    font-family: Raleway-Bold;
    font-size: 16px;
    border-radius: 36px;
    letter-spacing: .5px;
}

.newsroom__filter__btn img {
    margin-right: 8px;
}

.newsroom__filter a {
    height: 33px;
    width: 74px;
    border-radius: 36px;
    background-color: #fff;
    border: 3px solid #00376D;
    color: #C50035;
    font-family: Raleway-Bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: .2s;
}

.newsroom__filter a:hover {
    background-color: #00376D;
    color: #fff;
}

.newsroom__filter div.dropdown > div.caption {
    height: 33px;
    width: 190px;
    background-color: #EEEEEE;
    border-radius: 36px;
    border-color: transparent;
    background-image: none;
    color: #000000;
    font-size: 16px;
    margin-right: 0;
    font-family: Raleway-Bold;
}

.newsroom__filter div.container-drp {
    max-width: 190px;
}

.newsroom__filter div.dropdown > div.list {
    top: 18px;
    border: none;
    background-color: #00376D;
    box-shadow: 3px 3px 6px #0000002e;
}

.newsroom__filter .full-w-form-half-bl_rtipl {
    width: unset;
    margin-left: 20px;
}

.newsroom__filter div.dropdown > div.list > div.item {
    color: #fff;
    transition: .2s;
    position: relative;
}

.newsroom__filter div.dropdown > div.list > div.item.active {
    background-image: url(../../media/images/checked-white_0.svg);
    background-position: right 11px top 11px;
    background-repeat: no-repeat;
}

.newsroom__filter div.dropdown > div.list > div.item.active:hover {
    background-image: url(../../media/images/checked-blue.svg);
}

.newsroom__filter div.dropdown > div.list > div.item:hover {
    color: #00376D;
    background-color: #EEEEEE;
}

.pagination__bl a {
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #00376D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
    margin-right: 5px;
    margin-left: 5px;
}

.pagination__bl a:hover {
    text-decoration: underline;
}

.pagination__bl a.active {
    transition: .2s;
    width: 30px;
    height: 30px;
    background-color: #C50035;
    color: #fff;
    border-radius: 50%;
}

.pagination__bl a.active:hover {
    background-color: #ab0330;
}

.gm-svpc {
    display: none!important;
}

.container-eldp {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .main__right__mailing-list__first .container-eldp:first-child {
    font-family: Raleway-Bold;
}

  .main__right__mailing-list__first .container-eldp {
    color: #fff;
  }
  
  .container-eldp input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0!important;
    width: 0;
  }
  
  .checkmark-eldp {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #00376D;

  }

  .container-eldp--grey .checkmark-eldp {
      border-color: grey
  }
  
  .main__right__mailing-list__first .checkmark-eldp {
      border-color: #fff;
  }

  .checkmark-eldp:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container-eldp input:checked ~ .checkmark-eldp:after {
    display: block;
  }
  
  .container-eldp .checkmark-eldp:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid #00376D;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container-eldp--grey .checkmark-eldp:after {
      border-color: grey
  }

  .main__right__mailing-list__first .container-eldp .checkmark-eldp:after {
    border-color: #fff;
  }

  .container-eldp__bold {
      font-family: Raleway-Bold;
  }

  .eldp-mailing--list {
      width: 100%;
      max-width: 670px;
  }

  .eldp-mailing--list input {
      width: 100%;
      height: 47px;
      border: 3px solid #00376D;
      border-radius: 24px;
      padding-left: 41px;
      background-repeat: no-repeat;
      background-position: center left 15px;
      font-size: 14px;
      line-height: 32px;
      color: #00376D;
      font-family: Raleway-Bold;
  }

  .eldp-mailing--list input::placeholder {
      color: #00376D;
  }

  .eldp-mailing--list input:focus {
    border-color: #C50035;
    outline-color: #C50035!important;
  }
  
  .eldp-mailing--list-name {
      background-image: url(../../media/images/piti-viti-input__user.svg);
  }

  .eldp-mailing--list-email {
    background-image: url(../../media/images/piti-viti-input__email.svg);
}

.mailing-sect__sbm .unsubscribe__icon {
    bottom: 0px
}

.main__right__mailing-list__first, .main__right__mailing-list__second {
    background-color: #00376D;
    z-index: 222;
    width: calc(100% + 4px);
    height: calc(100% + 5px);
    padding: 40px 25px;
    left: 0;
    top: -5px;
}

.main__right__mailing-list__second img {
    width: 39px;
}

.main__right__mailing-list__second {
    z-index: 2222;
}

.main__right__mailing-list__first h2 {
    font-size: 28px;
    color: #fff;
    font-family: Raleway-Bold;
}

.block--disapear {
    display: none;
}

.block--disapear.active {
    animation: scale-display .3s;
    display: block;
}

.block--disapear_2 {
    display: none;
}

.block--disapear_2.active {
    animation: scale-display .3s;
    display: flex;
}

.block--disapear_4 {
    display: none;
}

.block--disapear_4.active {
    animation: scale-display .3s;
    display: flex;
    z-index: 2222;
}

.block--disapear_3-cont .block--disapear_3 {
    display: none;
}

.block--disapear_3-cont .block--disapear_3.active {
    animation: scale-display .3s;
    display: flex;
}

.main__right__mailing-list__second p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-family: Raleway-Bold;
    text-align: center;
}

.main__right__mailing-list__second div {
    height: 100%;
    justify-content: center;
}

.training_block {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.time-zone-p a {
    white-space: nowrap;
}

.session-item .btn, .session-item .btn-bl_blue {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
}

.collapse-left p {
    font-size: 16px;
    color: #000000;
}

.session-item__rel {
    padding: 25px 15px;
    box-shadow: 1px 1px 13px #0000002e; 
}

.session-item .collapse-a {
    text-transform: uppercase;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 15px;
    letter-spacing: 1px;
    min-width: 145px;
    transition: .2s;
    line-height: 16px;

}

.session-item .collapse-a.white-b {
    background-color: #fff;
    color: #C50035;
    box-shadow: 3px 3px 6px #00000029
}

.session-item .register-now__eval {
    text-transform: uppercase;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 15px;
    letter-spacing: 1px;
    min-width: 145px;
    transition: .2s;
    line-height: 16px;
    font-size: 14px;
    font-family: Raleway-Bold;
    color: #fff;
    background-color: #C50035;
    border-radius: 19px;
}

.session-item .collapse-a:hover {
    background-color: #ab0330;
}

.session-item .register-now__eval:hover {
    background-color: #ab0330;
}

.session-item .collapse-a.white-b:hover {
    box-shadow: 3px 3px 9px #00000029;
    background-color: #fff;
}

.complete_evaluation {
    border-radius: 19px;
    background-color: #E68E1C;
    box-shadow: 3px 3px 6px #0000002e;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: .2s;
    height: 32px;
    line-height: 16px;
}

.course__details__cstm {
    font-size: 14px;
    font-family: Raleway-Bold;
    max-width: 196px;
    width: 100%;
    border-radius: 19px;
    background-color: #fff;
    color: #C50035;
    box-shadow: 3px 3px 6px #00000029;
    text-transform: uppercase;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 15px;
    letter-spacing: 1px;
    min-width: 145px;
    transition: .2s;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 43px;
}

.course__details__cstm img {
    margin-right: 11px;
}

.course__details__cstm:hover {
    box-shadow: 3px 3px 9px #00000029;
}

.complete_evaluation:hover {
    box-shadow: 3px 3px 6px #00000052;
}

.session-item__rel .collapse-icon{
    top: 0;
    right: 0;
    transform: rotate(0deg);
}

.session-item__rel .btn[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
    box-shadow: -3px -3px 6px #0000002e;
}

.session-item__rel .collapse-a[aria-expanded="true"] {
    opacity: 1;
    visibility: visible;
}

.session-item__rel .collapse-a img {
    transition: .2s;
}

.session-item__rel .collapse-a[aria-expanded="true"] img {
    transform: rotate(180deg)
}

.team-members__col-cstm .team-members_col__item {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 15px;
    transition: .2s
}

.team-members__col-cstm .team-members_col__item:hover {
    background-color: #00376D;
    border-radius: 14px;
}

.collapse-icon--blue {
    background-color: #00376D;
}

.team-members__col-cstm img {
    width: 80px;
    height: 80px;
    margin-right: 0;
}

.team-members__col-cstm h2 {
    font-size: 24px;
    font-family: Raleway-Bold;
    transition: .2s;
    margin-top: 10px;
    color: #C50035;
}

.team-members__col-cstm h3 {
    font-family: Raleway-Italic;
    transition: .2s;
    font-size: 16px;
    color: #000;
}

.card-body_btn a {
    transition: .2s;
}

.card-body_btn a:hover {
    background-color: #ab0330;
}

.team-members__col-cstm .team-members_col__item:hover h2, .team-members__col-cstm .team-members_col__item:hover h3 {
   color: #fff;
} 

.related-publication-img img {
    width: 100%;
    max-width: 200px;
}

.related-publication .row {
    box-shadow: 3px 2px 10px #00000052;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #00376D;
    transition: .2s;
}

.related-publication .row:hover {
    border-color: #C50035;
}

.related-publication-right h2 a {
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    font-family: Raleway-Bold;
    display: flex;
    margin-top: 15px;
    transition: .2s;
}

.related-publication .row:hover h2 a  {
    color: #C50035;
}

.related-publication-right .related-publication-right__text {
    font-size: 18px;
    color: #000;
    line-height: 22px;
}

.signed__form .signed__form--title {
    font-size: 28px;
    color: #000;
    font-family: Raleway-Bold;
    line-height: 34px;
    white-space: nowrap;
    margin-right: 17px;
}

.signed__form .signed__form--reg {
    width: calc(100% - 50px);
}

.signed__form input:focus {
    border-color: #C50035;
    outline-color: #C50035!important;
}

.signed__form input {
    border: 3px solid #00376D;
    border-radius: 23px;
    height: 47px;
    width: 100%;
    margin-right: 17px;
    color: #00376D;
    font-size: 14px;
    font-family: Raleway-Bold;
    padding: 0 15px;
}

.signed__form input::placeholder {
    color: #00376D;
}

.signed__form button {
    border-radius: 24px;
    background-color: #C50035;
    height: 47px;
    width: 100%;
    border: none;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Raleway-Bold;
    padding-left: 15px;
    padding-right: 15px;
}

.signed__form button:hover {
    background-color: #ab0330;
}

.keywords .keywords-title {
    padding-left: 20px;
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 20px;
    margin-right: 25px;
}

.keywords .keywords-text {
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
}

.keywords .keywords-item {
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 20px;
    text-decoration: underline;
    margin-right: 10px;
    cursor: pointer
}

.keywords .keywords-item:last-child {
    margin-right: 0;
}

.keywords {
    margin-top: 35px;
}

.signed__search--list__item {
    height: 72px;
    padding: 0 20px;
    border-radius: 36px;
}

.signed__search--list__item:nth-child(odd) {
    background-color: #F6F6F6;
}

.signed__search--list {
    margin-top: 22px;
}

.signed__search--list__item--left--flag {
    width: 100%;
    max-width: 181px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 20px;
}

.signed__search--list__item--left--flag img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.signed__search--list__item--left--id {
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 20px;
    width: 100%;
    max-width: 100px;
    align-items: center;
    display: flex;
}

.signed__search--list__item--left--name {
    font-size: 16px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.signed__search--list__item--left {
    width: 80%;
}

.signed__search--list__item--right .signed__search--list__item--right-btn {
    width: 94px;
    height: 32px;
    background-color: #C50035;
    border-radius: 19px;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    line-height: 20px;
}

.signed__search--list__item--right .signed__search--list__item--right-btn--green {
    background-color: #0BBB28;
}

.signed__search--list__item--right .signed__search--list__item--right-btn--sign-out {
    background-color: #fff;
    border: 2px solid #C50035;
    color: #C50035;
}

.audit_body-right--cstm-li {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.audit_body-right--mt {
    margin-top: 11px;
}

.humar-r__block {
    min-height: 107px;
    width: calc(50% - 15px);
    box-shadow: 1px 3px 9px #00000029;
    border-radius: 9px;
    padding: 0 25px 0 25px;
}

.humar-r__block p {
    font-size: 16px;
    line-height: 19px;
    font-family: Raleway-Bold;
}

.humar-r__block p a {
    color: #E68E1C;
    font-size: 16px;
    line-height: 19px;
    font-family: Raleway-Bold;
}

.humar-r__block p a:hover {
    text-decoration: underline;
}

.humar-r__block img {
    width: 44px;
    height: 44px;
}

.audit_body-right--cstm-ul {
    margin-top: 18px;
}

.audit_body-right .audit_body-right--non-bold {
    font-family: 'Raleway';
}

.audit_body-right--cstm-li p {
    margin-right: 4px;
}

.border-audit_footer a.email-adm {
    background-color: #E68E1C;
}

.border-audit_footer a.email-adm:hover {
    background-color: #d27f15;
}

@keyframes scale-display {
	0% {
		opacity: 0;
		transform: scale(0);
    -webkit-transform: scale(0);
	}

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

.unsubscribe__form input {
    max-width: 400px;
    height: 47px;
    border: 3px solid #00376D;
    width: 100%;
    border-radius: 24px;
    padding-left: 41px;
    padding-right: 15px;
    font-family: Raleway-Bold;
    font-size: 14px;
    color: #00376D;
    background-repeat: no-repeat;
    background-position: center left 15px;
}

.unsubscribe__form input::placeholder {
    color: #00376D;
}

.unsubscribe__form input:focus {
    border-color: #C50035;
    outline-color: #C50035!important;
}

.block--disapear_3-cont .eldp-mailing--list__subs {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00376D;
    width: 100%;
    height: 100%;
    z-index: 2222;
}

.eldp-mailing--list__subs>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.eldp-mailing--list__subs p {
    font-size: 28px;
    font-family: Raleway-Bold;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.eldp-mailing--list__subs--bg {
    background-color: #C50035;
    width: 100%;
    height: 100%;
}

.eldp-mailing--list__subs--bg img {
    width: 60px;
}

.eldp-upcoming-events__title--red {
    background-color: #C50035;
    padding-left: 20px;
    padding-right: 20px;
    height: 47px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-family: Raleway-Bold;
    line-height: 28px;
    color: #fff;
}

.eldp-upcomiing-events__list__item {
    margin-top: 45px;
    padding-bottom: 15px;
}

.eldp-upcomiing-events__list__item .main-p {
    line-height: 22px;
}

.eldp-upcomiing-events__list__item .course-p {
    margin-top: 0;
    font-size: 16px;
    min-height: 27px;
    display: flex;
    align-items: center;
}

.eldp-upcomiing-events__list__item h2 {
    font-size: 22px;
    line-height: 26px;
    color: #C50035;
    font-family: Raleway-Bold;
}

.training_text {
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.training_text a {
    color: #C50035;
    text-decoration-color: #C50035;
    text-decoration: underline;
}

.training_text a:hover {
    text-decoration: none;
}

.dark-blue__doc .audit_body-right p {
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 16px;
}

.dark-blue__doc .audit_body-right p a {
    color: #fff;
    text-decoration-color: #fff;
}

.countdown-sect--background {
    background-color: #fff;
}

.past-course__p {
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}

.countdown-sect--background .counts, .countdown-sect--background .count-date p, .countdown-sect--background .next-session {
    color: #C50035;
}

.countdown-sect--background .countdown-bl {
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
}

.signed__zoom {
    background-color: #C50035;
    height: 60px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 314px;
    border-radius: 30px;
    font-family: Raleway-Bold;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}

.signed__zoom:hover {
    background-color: #ab0330;
}

.past-course__complete a {
    background-color: #E68E1C;
    width: 422px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-family: Raleway-Bold;
    border-radius: 30px;
    letter-spacing: 2px;
    box-shadow: 3px 3px 6px #0000002e;
    line-height: 29px;
    transition: .2s;
}

.past-course__complete a img {
    width: 37px;
    height: 35px;
    margin-right: 20px;
}

.past-course__complete .download_course__link {
    background-color: #C50035;
}

.past-course__complete .download_course__link--disable {
    background-color: grey;
    text-transform: uppercase;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer
}

.past-course__complete .download_course__link img {
    width: 31px;
    height: 30px;
    margin-right: 10px;
}

.past-course__complete .download_course__link--disable img {
    height: unset;
}

.past-course__complete .download_course__link:hover {
    background-color: #ab0330;
}

.past-course__complete .download_course__link--disable:hover {
    background-color: grey;
}

.form-sect_sign-in {
    background-color: #00376D;
}

.form-description, .form-title {
    color: #fff;
}

.form-description, .form-blue {
    color: #00376D;
}

.form-sect_sign-in .form-sect_inp {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    background-image: url(../../media/images/mail-icon_fff.svg);
}

.form-sect_sign-in .form-sect_inp::placeholder {
    color: #fff;
}

.form-sect_sign-in .form-sect_inp.password {
    background-image: url(../../media/images/password-icon_fff.svg);
}

.form-sect_sign-in a {
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 14px;
    margin-bottom: 17px;
}

.form-sect_sign-in a:hover {
    text-decoration: underline;
}

div.dropdown > div.caption.cstm_z-index {
    z-index: 30003;
}

div.dropdown > div.list.cstm-list_z-index {
    z-index: 30002;
}

div.dropdown > div.caption.cstm_z-index-first {
    z-index: 30001;
}

div.dropdown > div.list.cstm-list_z-index-first {
    z-index: 30000;
}

div.dropdown > div.caption.cstm_z-index-scnd {
    z-index: 29999;
}

div.dropdown > div.list.cstm-list_z-index-scnd {
    z-index: 29998;
}

div.dropdown > div.caption.cstm_z-index-thrd {
    z-index: 29996;
}

div.dropdown > div.list.cstm-list_z-index-thrd {
    z-index: 29995;
}

div.dropdown > div.caption.cstm_z-index-four {
    z-index: 29993;
}

div.dropdown > div.list.cstm-list_z-index-four {
    z-index: 29992;
}

.img-abs_select_1 {
    z-index: 29994;
}

.tab-sect-main--eldp .cstm-tabs .nav-link{
    font-size: 18px;
    padding: 10px 25px 10px 50px;
    margin-right: 0;
    background-position: 17px;
}

.view-list__on--s img {
    margin-right: 7px;
}

.view-list__on--s {
    text-transform: uppercase;
    transition: .2s;
    color: #fff;
    border-radius: 18px;
    background-color: #C50035;
    font-family: Raleway-Bold;
    height: 35px;
    width: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.view-list__on--s:hover {
    background-color: #ab0330;
}

.on-s__training {
    line-height: 32px;
    font-size: 22px;
    font-family: Raleway-Bold;
    color: #C50035;
    padding-right: 20px;
}

.tab-sect-main--eldp .cstm-tabs .courses-tab {
    background-image: url(../../media/images/courses-b.svg);
}
.tab-sect-main--eldp .cstm-tabs .courses-tab.active {
    background-image: url(../../media/images/courses-r.svg);
}

.tab-sect-main--eldp .cstm-tabs .cert-blue-2 {
    background-image: url(../../media/images/vaccine-info.svg);
}

.tab-sect-main--eldp .cstm-tabs .cert-blue-2.active {
    background-image: url(../../media/images/vaccinne-info-b.svg);
}

.session-item__rel .training_text img {
    width: 26px;
}

.cstm-tabs .travel-tab {
    background-image: url(../../media/images/airplane-blue.svg);
}

.cstm-tabs .travel-tab.active {
    background-image: url(../../media/images/airplane.svg);
}


.session-item__rel .courses-right a {
    padding-left: 18px;
    padding-right: 18px;
    width: unset;
}

.passport-date {
    background-image: url(../../media/images/passport-date.svg);
    background-position: 16px 13px;
}

.complete_evaluation--red {
    background-color: #fff;
    color: #C50035;
}

.session-item__rel .collapse-a.collapsed:after  {
    content: 'Show More';
}

.session-item__rel .collapse-a:not(.collapsed):after {
    content: 'Show Less';
}

.delete-vacc a {
    box-shadow: 3px 3px 6px #00000029;
    height: 44px;
    border-radius: 22px;
    background-color: #C50035;
    width: 136px;
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .2s;
    justify-content: center;
}

.collapse__bg--n {
    width: 35px;
    height: 35px;
    top: 6px;
    right: 14px;
}

.collapse__bg--n img {
    width: 10px;
    height: 11px;
}

.tabs-title-non-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 32px;
    background-color: #C50035;
    box-shadow: 3px 3px 6px #0000002e;
    font-size: 14px;
    font-family: Raleway-Bold;
    color: #fff!important;
    cursor: pointer;
    border-radius: 22px;
    margin-left: 23px;
    transition: .2s;
}

.clos-div, .clos-div1 {
    position: relative;
}

.remove-bl__cstm {
    position: absolute;
    border: none;
    
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: none;
    right: 0px;
    top: -10px;
    background-image: url(../../media/images/close-add-item.svg);

}

.tabs-title-non-image a:hover {
    background-color: #ab0330;
}

.accordion-with-btn {
    border-bottom: 1px solid #707070;
    margin-bottom: 24px;
}

.show-less_collapse-wrapper {
    padding-right: 25px;
    border-right: 1px solid #000;
    margin-right: 25px;
}

.tabs-title-non-image a img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}

.custom-switch.custom-switch-lg .custom-control-label {
    cursor: pointer
}

 .clp-upl-cou[aria-expanded="true"] .collapse-icon {
    transform: rotate(
180deg
);
    box-shadow: -3px -3px 6px #0000002e;
}

.complete_evaluation--regular {
    background-color: #C50035;
}

.complete_evaluation--regular:hover {
    background-color: #ab0330;
    box-shadow: none;
}

.delete-vacc a:hover {
    background-color: #ab0330;
}

.bio-info {
    margin-top: 10px;
}

.bio-info--wrapper {
    padding-left: 52px;
}

.bio-info--wrapper .edit-bio {
    margin-top: 22px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway-Bold;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color:#C50035;
    border-radius: 19px;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.bio-info--wrapper .edit-bio:hover {
    background-color: #ab0330;
}

.tab-sect-main--eldp .cstm-tabs.cstm-tabs___instr .nav-link {
    padding: 10px 15px 10px 50px;
}

.edit-bio-svg img {
    width: 12px;
}

.cstm-tabs .bio-tab {
    background-image: url(../../media/images/Bio-tab.svg);
}

.cstm-tabs .bio-tab.active {
    background-image: url(../../media/images/Bio-tab-white.svg);
}

.delete-vacc a img {
    margin-right: 10px;
}

.modal_sbm button {
    border: none;
    background-color: #C50035;
    min-width: 133px;
    height: 32px;
    border-radius: 19px;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    padding-left: 15px;
    padding-right: 15px;
}

.modal_sbm button:hover {
    background-color: #ab0330;
}

.modal_sbm a {
    background-color: #fff;
    color: #C50035;
    min-width: 133px;
    height: 32px;
    border-radius: 19px;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    padding-left: 15px;
    padding-right: 15px;
}

.modal_sbm a:hover {
    box-shadow: 3px 3px 6px #00000052;
}

.forgot_pss {
    color: #00376D;
    font-size: 14px;
    font-family: Raleway-Bold;
    margin-bottom: 20px;
}

.forgot_pss:hover {
    text-decoration: underline;
}

.modal-form {
    margin: 20px;
    max-width: 405px;
    width: 100%;
}

.modal-form input {
    width: 100%;
}

.modal_troubles {
    margin-top: 15px;
}

.modal_troubles p {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.modal_troubles ul a {
    font-family: Raleway-Italic;
    font-size: 16px;
    color: #C50035;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.modal_troubles ul {
    margin-top: 15px;
}

.modal_troubles ul a:hover {
    text-decoration: none;
}

.modal_troubles ul li {
    border-right: 1px solid #707070;
    padding-top: 5px;
    padding-bottom: 5px;
}

.moddadl_btn_close {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 1;
    z-index: 22222;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    transition: .2s
}

.modal_p-text {
    font-size: 18px;
}

.modal_p-text span {
    font-family: Raleway-Bold;
    font-size: 18px;
}

.moddadl_btn_close:hover {
    opacity: .8
}

.moddadl_btn_close img {
    width: 100%;
}

.red-btn-acc {
    border: none;
    box-shadow: 3px 3px 6px #0000002e;
}

.border-audit_header-right .sign-in_sbm {
    line-height: 22px;
}

.courses-right a {
    line-height: 22px;
}

.modal--disapear {
    display: none;
}

.modal--disapear1 {
    display: none;
}

.modal--first {
    display: flex;
}

.modal--first.hide {
    display: none;
}

.modal--disapear.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal--disapear.hide {
    display: none!important;
}

.modal--disapear1.active {
    animation: scale-display .3s;
    display: flex!important;
}

.class-modal--h3 {
    font-size: 26px;
    line-height: 26px;
    font-family: Raleway-Bold;
    color: #00376D;
    margin-bottom: 15px;
}

.modal__blue-sect {
    background-color: #00376D;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal__blue-sect p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

.modal__blue-sect p span {
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #fff;
}

.chart {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50px;
    margin-top: 40px;
}
.percent {
    position: absolute;
    width: 37px;
    height: 74px;
    overflow: hidden;
    left: 37px;
    transform-origin: left center;
    border-width: 1px;
}
.percent:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 74px;
    left: -37px;
    border-radius: 50px 0 0 50px;
    transform-origin: right center;
}
.filler {
    position: absolute;
    width: 58px;
    height: 58px;
    left: 8px;
    top: 8px;
    color: #00376D;
    background: white;
    border-radius: 42px;
    text-align: center;
    line-height: 55px;
    font-size: 37px;
    font-family: 'Raleway-Bold';
}

.error-page {
    padding-top: 110px;
    padding-bottom: 70px;
}

.error-page__title {
    color: #fff;
    font-size: 88px;
    letter-spacing: 1px;
    font-family: Raleway-Bold;
    position: relative;
}

.eldp-abs--error-page {
    position: absolute;
    width: 56px;
    height: 56px;
    right:-56px;
    top: -40px;
}

.error-page__subtitle {
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 44px;
    margin-top: 15px;
    text-align: center;
}

.error-page__text {
    font-family: Raleway-Bold;
    font-size: 22px;
    color: #fff;
    text-align: center;
    max-width: 770px;
    margin-top: 15px;
}

.error-page__links {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 55px;
    text-align: center;
}

.error-page__links a {
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: underline;
}

.error-page__links a:hover {
    text-decoration: none;
}

.error-page__search-block {
    padding-top: 60px;
    padding-bottom: 70px;
}

.error-page__search-block h2 {
    font-size: 24px;
    line-height: 32px;
    color: #00376D;
    font-family: Raleway-Bold;
    margin-bottom: 25px;
}

.error-page__search-block input {
    border-radius: 25px;
    border: 2px solid #00376D;
    padding-left: 20px;
    padding-right: 50px;
    height: 49px;
    font-size: 16px;
    font-family: Raleway-Bold;
    min-width: 370px;
    color: #00376D
}

.error-page__search-block input::placeholder {
    font-family: Raleway-Bold;
    color: #00376D;
}

.error-page__search-block button {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    border:none;
    padding: 0;
}

.error-page__search-block button img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.evaluation_border {
    border: 3px solid #00376D;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 70px;
}

.evaluation_p {
    font-size: 18px;
    line-height: 22px;
    font-family: Raleway;
}

.evaluation_p a {
    font-family: Raleway-Bold;
    color: #C50035;
    font-size: 18px;
}

.evaluation_p a:hover {
    text-decoration: underline;
}

.evaluation_steps {
    margin-top: 18px;
}

.evaluation_steps__item {
    width: 20%;
    height: 55px;
    background-color: #EEEEEE;
    color: #00376D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway-Bold;
    font-size: 18px;
    margin-right: 7px;
}

.evaluation_steps__item.active {
    background-color: #00376D;
    color: #fff;
}

.evaluation_steps__item::after {
    content: "";
    background-color: transparent;
    position: absolute;
    right: -54.5px;
    top: 0px;
    border: 27.5px solid transparent;
    border-left: 27.5px solid #EEEEEE;
    z-index: 3;
}

.evaluation_steps__item.active::after {
    border-left-color: #00376D;
}

.evaluation_steps__item__before::before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 27.5px solid transparent;
    z-index: 2;
    border-left: 27.5px solid #fff;
}

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

.evaluation__step-pdd {
    padding-top: 45px;
    padding-bottom: 10px;
}

.evaluation__step--title {
    font-size: 18px;
    font-family: Raleway-Bold;
    text-align: center;
}

.evaluation__step--text span {
    font-size: 18px;
    font-family: Raleway-Bold;
}

.evaluation__step--text {
    font-size: 18px;
}

.evaluation__step--subtitle {
    font-family: Raleway-BoldItalic;
    font-size: 18px;
}

.evaluation__step--subtitle a {
    font-family: Raleway-BoldItalic;
    color: #C50035;
    font-size: 18px;
}

.sign-records_ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.sign-records_ul li span {
    font-family: Raleway-Bold;
}

.sign-records_ul {
    margin-top: 20px;
}

.sign-records_cstm-mt {
    margin-top: 12px;
}

.sign-records_ul li img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.evaluation__step--subtitle a:hover {
    text-decoration: underline;
}

.container-eval {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .container-eval input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkmark-eval {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #00376D;
  }
  
  .container-eval input:checked ~ .checkmark-eval {
    background-color: transparent;
  }
  
  .checkmark-eval:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container-eval input:checked ~ .checkmark-eval:after {
    display: block;
  }
  
.container-eval .checkmark-eval:after {
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00376D;
}

.evaluation__btn {
    border-radius: 19px;
    background-color: #C50035;
    height: 32px;
    color: #fff;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    border: none;
    margin-top: 25px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.evaluation__btn:hover {
    background-color: #ab0330;
}

.evaluation__btn img {
    margin-left: 6px;
    margin-right: 6px;
}

.orange-bl {
    background-color: #E68E1C;
    height: 49px;
    margin-top: 25px;
}

.half__eval p{
    color: #fff;
    font-size: 18px;
    font-family: Raleway-Bold;
    padding-right: 15px;
    padding-left: 15px;
}

.half__radio p {
    font-family: Raleway-Bold;
    font-size: 13px!important;
    line-height: 17px;
    color: #fff;
    text-align: center;
}

.radio-sect__l li {
    height: 49px;
    font-size: 18px;
    line-height: 21px;
    padding-left: 15px;
    align-items: center;
    display: flex;
    padding-right: 30px;
}

.radio-sect__l li:nth-child(even) {
    background-color: #EEEEEE;
}

.radio-sect__r li {
    height: 49px;
}

.radio-sect__r li:nth-child(even) {
    background-color: #EEEEEE;
}

.radio-sect-row {
    margin: 0 auto;
}

.radio-sect__r .checkmark-eval {
    width: 23px;
    height: 23px;
}

.radio-sect__r .checkmark-eval:after {
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
}

.radio-sect__r .container-eval {
    margin-top: 13px;
    font-size: 18px;
    line-height: 22px;
}

.cont_ml {
    margin-left: 32px;
}

.orange-bl p {
    color: #fff;
    font-size: 18px;
    font-family: Raleway-Bold;
}

.evaluation-textarea__item {
    border-radius: 4px;
    box-shadow: 1px 1px 6px #CCCCCC;
    padding: 15px 15px 0px 15px;
    margin-bottom: 35px;
}

.evaluation-textarea {
    margin-top: 15px;
}

.evaluation-textarea__item h2 {
    font-family: Raleway-Bold;
    color: #000;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}

.evaluation-textarea__item textarea {
    width: 100%;
    height: 110px;
    resize: none;
    padding-left: 25px;
    border: none;
}

.evaluation-textarea__item textarea::placeholder {
    font-size: 14px;
}

.evaluation-textarea--abs {
    position: absolute;
    top: 7px;
    left: 0px;
}

.evaluation--border {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-top: 1px solid #CCCCCC;
    padding-left: 20px;
    height: 27px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.evaluation__blue {
    background-color: #00376D;
    padding: 35px 25px 60px 25px;
    margin-bottom: 70px;
}

.evaluation__blue__p, .evaluation__blue__text {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.evaluation__blue__text a {
    font-family: Raleway-Bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.evaluation__blue__text a:hover {
    text-decoration: underline;
}

.evaluation-mob__steps {
    display: none;
}

.home-page__main__events__item h2 img {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}

.news-solo__search__p a:hover {
    text-decoration: underline;
}

.form-sect_sign-in, .form-sect-white_sign-in {
    padding-bottom: 30px;
}

.full-w-form-half-bl .container-drp {
    margin-bottom: 17px;
}

.full-w-form .dropdown {
    margin-bottom: 0;
}

.audit_h3--st {
    margin-top: 30px;
    font-family: Raleway-Bold;
    font-size: 24px;
    line-height: 28px;
}

.audit-bl .main-p {
    line-height: 23px;
}

.audit-register {
    line-height: 19px;
}

.audit_h3--st img {
    width: 35px;
    height: 35px;
}

.eldp-img-cstm_mrg {
    margin-left: -15px;
}

.virtual-cont_btn a {
    height: 53px;
    width: 100%;
    max-width: 240px;
    border-radius: 33px;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00376D;
    font-family: Raleway-Bold;
    transition: .2s;
}

.virtual-cont_btn a:last-child {
    background-color: #E53844;
}

.virtual-cont_btn a:hover {
    background-color: #002d58;
}

.virtual-cont_btn a:last-child:hover {
    background-color: #ab0330;
}

.virtual-cont_btn .register-btn {
    background-color: #E68E1C;
}

.virtual-cont_btn .register-btn:hover {
    background-color: #d8851a;
}

.agenda-download__item {
    padding: 20px 25px 25px 25px;
    background-color: #EEEEEE;
}

.virtual-cont_btn-4grid a:last-child {
    background-color: #00376D;
}

.virtual-cont_btn-4grid a:last-child:hover {
    background-color: #002d58;
}

.virtual-cont_btn-4grid a.join_vv {
    background-color: #E53844;
}

.virtual-cont_btn-4grid a.join_vv:hover {
    background-color: #ab0330;
}

.agenda-download__item__text h3 {
    color: #C50035;
    font-family: Raleway-Bold;
    font-size: 22px;
}

.virtual-cont_btn-4grid a {
    min-width: 264px;
}

.agenda-download__item__text li {
    font-family: Raleway-Italic;
    font-size: 18px;
}

.agenda-download__item__image--vertical img {
    height: calc(100% + 70px);
    margin-top: -32px;
    margin-right: 20px;
}

.agenda-download__item__text a {
    background-color: #C50035;
    height: 32px;
    width: 121px;
    border-radius: 19px;
    box-shadow: 3px 3px 6px #0000002e;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 12px;
    font-family: Raleway-Bold;
    color: #fff;
    letter-spacing: 1px;
    transition: .2s
}

.agenda-download__item__text a:hover {
    background-color: #ab0330;
}

.agenda-download__item__text .coming__soon {
    background-color: grey;
    width: 150px;
}

.agenda-download__item__text .coming__soon:hover {
    background-color: grey;
}

.agenda-download__item__text_cs a {
    background-color: #575757;
    height: 32px;
    width: 135px;
    border-radius: 19px;
    box-shadow: 3px 3px 6px #0000002e;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 12px;
    font-family: Raleway-Bold;
    color: #fff;
    letter-spacing: 1px;
    transition: .2s
}

.agenda-download__item__text_cs a:hover {
    background-color: #575757;
}

.agenda-download__item__image {
    width: 205px;
}

.eldp-btn {
    background-color: #fff;
    color: #fff;
    font-size: 12px;
    font-family: Raleway-Bold;
}

.documents-block__item p {
    font-size: 18px;
    font-family: Raleway-Bold;
}

.documents-block__item a {
    width: 121px;
    height: 32px;
    background-color: #C50035;
    border-radius: 19px;
    font-family: Raleway-Bold;
    color: #fff;
    box-shadow: 3px 3px 6px #0000002e;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.documents-block__item a:hover {
    background-color: #ab0330;
}

.documents-block__item, .meeting-times__item {
    padding: 15px;
    background: #fff;
    border-radius: 36px;
}

.documents-block__item:nth-child(odd), .meeting-times__item:nth-child(odd) {
    background-color: #EEEEEE;
}

.documents-block__item .col-md-2 img {
    width: 44px;
    height: 44px;
}

.meeting-times__item .col-md-2 img {
    width: 29px;
    height: 29px;
}

.meeting-times__item .col-md-2.cstm_col img {
    width: 22px;
    height: 22px;
}

.meeting-times__item h3 {
    font-family: Raleway-Bold;
    color: #00376D;
    font-size: 18px;
}

.meeting-times__item p {
    font-size: 18px;
}

.cstm_col {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
}

.eldp-topics__image-sect .eldp-p strong {
    font-family: Raleway-Bold;
    font-size: 18px;
}

.modal-form_virtual_proc {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-form_virtual_proc input {
    width: 32%;
    height: 47px;
    border: 2px solid #00376D;
    border-radius: 24px;
    padding: 0 29px;
    font-family: Raleway-Bold;
    font-size: 12px;
    color: #00376D;
    background-color: #fff;
}

.modal-form_virtual_proc input::placeholder {
    color: #00376D;
}

.modal-form__virtual {
    max-width: 100%;
}

.modal-form_virtual_select .container-drp {
    width: 48.555555%;
}

.modal-form_virtual_select .container-drp div.caption {
    border-width: 2px;
}

.modal-form_virtual_select .container-drp div.dropdown.open .caption {
    background-color: #fff;
    color: #00376D;
    background-image: url(../../media/images/background-rot.svg);
}

.modal-form_virtual_select .container-drp div.dropdown > div.list {
    background-color: #00376D;
}

.modal-form_virtual_select .container-drp div.dropdown > div.list > div.item {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.modal-form_virtual_select .container-drp div.dropdown > div.list > div.item.cstm_item_pd {
    padding-left: 50px;
}   

.modal-form_virtual_select .container-drp div.dropdown > div.list > div.item img {
    width: 21px;
    min-width:21px;
    height: 21px;
}

.modal-form_virtual_select input {
    width: 48.555555%;
}

.modal-form_virtual_select .container-drp div.dropdown > div.list > div.item:hover {
    background-color: #fff;
    color: #00376D;
}

.modal-form__virtual .button__modal {
    background-color: #E53844;
    border-radius: 33px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    width: 100%;
    height: 53px;
    font-size: 22px;
}

.modal_h3_color {
    text-align: center;
    font-family: Raleway-Bold;
    font-size: 38px;
    color: #00376D;
}

.modal__min-height {
    min-height: 522px;
    justify-content: center;
}

.advanced-filters-block { 
    width: 176px;
    margin-right: 10px;
}

.advanced-filters-block>div {
    background-color: #00376D;
    border-radius: 36px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: Raleway-Bold;
    width: 100%;
    max-width: 176px;
}

.advanced-filters-block img {
    margin-right: 6px;
}

.advanced-filters-type .container-drp {
    width: 32%;
    margin-left: 1.2%;
    margin-bottom: 10px;
}

.advanced-filters-type {
    width: calc(100% - 186px);
    display: flex;
    flex-wrap: wrap;
}

.advanced-filters-type div.dropdown > div.caption {
    height: 33px;
    padding-left: 10px;
    border: none;
    background-color: #EEEEEE;
    color: #000;
}

.advanced-filters-type div.dropdown.open .caption {
    background-image: url(../../media/images/arrow-down-collapse.svg);
}

.advanced-filters-type div.dropdown > div.list {
    top: 20px;
    background-color: #00376D;
    border: none;
    padding-top: 16px;
    padding-bottom: 4px;
}

.advanced-filters-type div.dropdown > div.list > div.item {
    color: #fff;
}

.advanced-filters-type div.dropdown > div.list > div.item:hover {
    color: #00376D;
    background-color: #fff;
}

.clear-btn_publications {
    margin-left: 1.2%;
}

.clear-btn_publications a {
    border: 3px solid #00376D;
    color: #C50035;
    font-size: 16px;
    font-family: Raleway-Bold;
    height: 33px;
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    transition: .2s;
}

.clear-btn_publications a:hover {
    background-color: #00376D;
    color: #fff;
}

.advanced-order-by>div {
    max-width: 132px;
}

.selected-items--publication-wrapper p {
    font-size: 18px;
    color: #000;
}

.selected-items--publication-wrapper p.publication-selected-item {
    color: #C50035;
    font-family: Raleway-BoldItalic;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 7px;
    margin-left: 15px;
    background-color: #E6E6E6;
}

.selected-items--publication-wrapper p.publication-selected-item a {
    margin-left: 6px;
    display: flex;
    transition: .2s;
}

.selected-items--publication-wrapper p.publication-selected-item a:hover {
    filter: sepia(1);
}

.publications-pagination>p {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.publications-pagination>p span {
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #000;
    line-height: 22px;
}

.advanced-filters-type .z-index-publication-1 {
    z-index: 5000!important;
}

.advanced-filters-type .z-index-publication-2 {
    z-index: 4999!important;
}

.advanced-filters-type .z-index-publication-3 {
    z-index: 4998!important;
}

.advanced-filters-type .z-index-publication-4 {
    z-index: 4997!important;
}

.advanced-filters-type .z-index-publication-5 {
    z-index: 4996!important;
}

.advanced-filters-type .z-index-publication-6 {
    z-index: 4995!important;
}

.advanced-filters-type .z-index-publication-7 {
    z-index: 4994!important;
}

.advanced-filters-type .z-index-publication-8 {
    z-index: 4993!important;
}

.advanced-filters-type .z-index-publication-9 {
    z-index: 4992!important;
}

.advanced-filters-type .z-index-publication-10 {
    z-index: 4991!important;
}

.advanced-filters-type .z-index-publication-11 {
    z-index: 4990!important;
}

.advanced-filters-type .z-index-publication-12 {
    z-index: 4989!important;
}

.search-homepage {
    background-color: #EEEEEE;
    padding-top: 55px;
    padding-bottom: 45px;
}

.search-homepage-input {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
}

.search-homepage-input input {
    border: 3px solid #00376D;
    border-radius: 37px;
    width: 100%;
    height: 75px;
    color: #00376D;
    font-family: Raleway-Bold;
    font-size: 24px;
    line-height: 32px;
    padding-left: 40px;
    padding-right: 80px;
    background-color: transparent;
}

.search-homepage-input input::placeholder {
    color: #00376D;
}

.search-homepage-input button {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    padding: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
}

.search-homepage-input button img {
    width: 100%;
}

.search-homepage--header {
    margin-top: 45px;
    color: #00376D;
    font-size: 22px;
    line-height: 32px;
    font-family: Raleway-Bold;
    margin-bottom: 30px;
}

.search-homepage__link-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px
}

.search-homepage__link-item p {
    color: #00376D;
    font-size: 18px;
    line-height: 21px;
    font-family: Raleway-Bold;
    transition: .2s;
    text-align: center;
}

.search-homepage__link-item:hover p {
    color: #C50035
}

.search-homepage__link-item svg path, .search-homepage__link-item svg circle, .search-homepage__link-item svg path#Path_1722-2 {
    transition: .2s
}

.search-homepage__link-item:hover svg path {
    fill: #fff
}

.search-homepage__link-item:hover svg circle {
    fill: #C50035;
}

.search-homepage__link-item:hover svg path#Path_1722-2 {
    fill: #C50035;
}

.search-hompage--grey {
    background-color: #E6E6E6;
}

.browser-by-government-item {
    width: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.browser-by-government-item p  {
    text-align: center;
    transition: .2s;
    color: #00376D;
    font-size: 18px;
    font-family: Raleway-Bold;
    padding-right: 6px
}

.browser-by-government-item img {
    transition: .2s;
}

.browser-by-government-item:hover p {
    color: #C50035;
}

.browser-by-government-item:hover img {
    filter: brightness(.9)
}

.eldp__h2--color {
    color: #00376D;
}

/* Sheets styles  */

.sheets-header-up {
    background-color: #00376D;
    height: 27px;
    width: calc(100% - 67px);
}

.sheets-header__txt {
    font-size: 20px;
    line-height: 32px;
    color: #00376D;
    padding-left: 70px;
}

.shit-table-item-name {
    width: 100%;
    max-width: 610px;
    height: 51px;
    display: flex;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    color: #000;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.shit-table-item-date__left {
    width: calc( 50% - 2px);
    background-color: #fff;
}

.shit-table-item-date__right {
    width: calc( 50% - 2px);
    background-color: #EEEEEE;
}

.shit-table-item-name span {
    font-size: 18px;
    line-height: 21px;
    margin-right: 35px;
}

.shit-table-item-date {
    width: 100%;
    max-width: 107px;
    margin-right: 5px;
}

.shit-table-item-date:last-child {
    margin-right: 0;
}

.shit-table-item-date__down__square {
    width: calc( 50% - 2px);
    height: 24px;
    background-color: #C50035;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 21px;
}

.shit-table-item-date__up {
    width: 100%;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00376D;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-family: Raleway-Bold;
}

.cstm-cont__sheets {
    max-width: 1200px;
}

.shit-table-item-name--title  {
    background-color: #00376D;
    font-family: Raleway-Bold;
    color: #fff;
}

.shit-table-item {
    margin-bottom: 5px;
}

.sheets-header {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid #00376D;
    margin-bottom: 45px;
}

.sheets-header--logo-sect h2 {
    width: 100%;
    max-width: 511px;
    font-size: 32px;
    line-height: 36px;
    color: #00376D;
    display: flex;
    align-items: center;
    font-family: Raleway-Bold;
}

.sheets-header--logo-sect h2 img {
    width: 54px;
    margin-right: 15px;
}

.sheets-header--logo-sect {
    padding-right: 67px;
    margin-bottom: 20px;
}

.sheets-header__list li {
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #00376D;
    line-height: 36px;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.sheets-header__list li:last-child {
    margin-right: 0;
}

.sheets-header__list {
    margin-bottom: 20px;
}

.sheets-header__list li img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.sheets-header--logo-sect a img {
    width: 100%;
    max-width: 326px;
}

.sheets-abs {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
}

.shit-table-item--border {
    border-bottom: 1px solid #00376D73;
    margin-bottom: 0;
}

.shit-table-item--border:nth-child(even) .shit-table-item-name {
    background-color: #EEEEEE;
}

.sheets-bottom-title {
    font-size: 18px;
    line-height: 36px;
    color: #00376D;
    font-family: Raleway-Bold;
    margin-top: 51px;
    border-bottom: 2px solid #00376D;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sheets-bottom-title::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 5px;
    background-color: #fff;
    bottom: -2px;
    right: 270px;
}

.sheets-bottom-line {
    width: 100%;
    height: 12px;
    margin-top: 25px;
    background-color: #00376D;
}

/* Sheets styles ends  */

/* PITIVITI Initiatives - ELDP Program Details 2 styles ends  */

.header-newsroom__single-header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00376D;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2222222;
    min-height: 70px;
}

.fixed-header-mt {
   padding-top: 115px;
}

.navbar-togg_cstm-size_cstm {
    width: 25px;
}

.navbar-collapse__cstm-courses {
    background-color: #00376D;
    position: absolute; 
    top: 70px;
    width: 100%;
    left: 0;
}

.mainmenu .navbar-collapse__cstm-courses a:before {
    display: none;
}

.mainmenu .navbar-collapse__cstm-courses.collapse ul ul {
    position: static;
}

.news-header_social img {
    width: 28px;
    border-radius: 50%;
    height: 28px;
}

.news-header_social {
    display: none;
    align-items: center;
}

.news-header_social.show {
    display: flex;
}

.news-header_social li {
    margin-right: 10px;
}

.news-header_social li:last-child {
    margin-right: 0;
}

.header-newsroom__single-header .header-search {
    display: none;
}

.mainmenu .navbar-collapse__cstm-courses.collapse ul ul.show-ul {
    display: block;
}

.dropdown-menu.show {
    display: block!important;
}

.eldp-blue-box__cstm {
    background-color: #00376D;
    padding: 42px;
    margin-top: 65px;
    box-shadow: 2px 2px 10px #0000002e;
}

.eldp-blue-box__cstm h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-family: Raleway;
    margin-bottom: 33px;
}

.eldp-blue-box__cstm h3 a {
    font-family: Raleway-BoldItalic;
    color: #fff;
    font-size: 28px;
}

.eldp-blue-box__cstm .connect-piti-viti--list svg {
    width: 78px;
    height: 78px;
}

.eldp-blue-box__cstm .eldp__h2 {
    font-size: 24px;
}

.eldp-blue-box__cstm form {
    margin-top: 22px;
}

.eldp-blue-box__cstm input {
    width: 48%;
    max-width: 322px;
    border: 2px solid #fff;
    border-radius: 24px;
    background-color: transparent;
    height: 47px;
    padding: 0 22px;
    color: #fff;
}

.eldp-blue-box__cstm input:focus {
    border-color: #C50035;
    outline-color: #C50035!important;
}

.eldp-blue-box__cstm input::placeholder {
    color: #fff;
}

.eldp-blue-box__cstm button {
    margin-top: 20px;
    height: 32px;
    width: 135px;
    background-color: #C50035;
    border-radius: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: 32px;
    transition: .2s;
}

.eldp-blue-box__cstm button:hover {
    background-color: #ab0330;
}

.eldp-blue-box__cstm button img {
    margin-right: 6px;
}

/* Large Register page  */

.register__cstm-sect .eldp__h2 {
    color: #000000;
}

.register__cstm-sect .form-sect_inp:focus {
    border-color: #ab0330;
}

.register__cstm-sect .form-sect_inp:valid {
    border-color: #ab0330;
}

.register__cstm-sect .form-sect_inp:invalid {
    border-color: #00376D;
}

.register__cstm-sect .main-p {
    font-size: 18px;
    line-height: 24px;
}

.register__cstm-sect .main-p a {
    font-family: Raleway-BoldItalic;
    font-size: 18px;
    color: #00376D;
    line-height: 24px;
}

.register__cstm-sect .reg_h3 {
    padding-left: 20px;
    color: #000;
    font-family: Raleway-Bold;
    font-size: 22px;
    margin-top: 50px;
    line-height: 28px;
}

.register__cstm-sect .registration-checkboxes__item {
    padding: 15px 45px 15px 20px;
    border-radius: 36px;
    display: flex;
    justify-content: space-between;
}

.register__cstm-sect .registration-checkboxes__item .checkmark-eldp {
    border: 3px solid #00376D;
    width: 23px;
    height: 23px;
    top: calc(50% - 14px);
}

.register__cstm-sect .container-eldp .checkmark-eldp:after {
    left: 8px;
    top: -7px;
    width: 9px;
    height: 20px;
    border: solid #C50035;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register__cstm-sect .container-eldp {
    font-size: 18px;
    line-height: 22px;
    padding-left: 40px;
    margin-right: 35px;
}

.reg-session-date img {
    width: 17px;
    margin-left: 20px;
    margin-right: 11px;
}

.reg-session-date p {
    font-size: 16px;
    line-height: 20px;
}

.registration-checkboxes__item:nth-child(even) {
    background-color: #EEEEEE;
}

.register__cstm-sect .min-w-reg {
    align-items: center;
    justify-content: flex-end;
}

.register__cstm-sect .reg-session-date--min-w {
    min-width: 95px
}

.register__cstm-sect .selected-p {
    color: #C50035;
    font-size: 22px;
    font-family: Raleway-Bold;
}

.register__cstm-sect button {
    width: 100%;
    max-width: 278px;
    box-shadow: 3px 3px 6px #0000002e;
    color: #fff;
    background-color: #E53844;
    border-radius: 33px;
    height: 53px;
    font-family: Raleway-Bold;
    font-size: 24px;
    margin-bottom: 110px;
    border: none;
}

.register__cstm-sect button img {
    margin-right: 6px;
}

.register__cstm-sect button:hover {
    background-color: #ab0330;
}

.register__cstm-sect .cstm-cont-drp {
    margin-bottom: 17px;
}

.about-collapse-sect__left {
    width: 100%;
    max-width: 284px;
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #151641;
    line-height: 26px;
    min-width: 280px;
}

.about-collapse-sect button {
    background-color: #FFFFFF;
    border-radius: 0;
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-body-item__left img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.card-body-item__left {
    margin-right: 20px;
}

.about-collapse-sect button .about-collapse-sect__right img {
    transition: .3s;
}

.about-collapse-sect button[aria-expanded="true"] .about-collapse-sect__right img {
    transform: rotate(180deg);
}

.about-collapse-sect .card {
    margin-bottom: 15px;
}

.about-collapse-sect__left img {
    margin-right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.about-collapse-sect__center {
    white-space: nowrap;
    font-size: 18px;
}

.card-body-item__right p {
    font-size: 18px;
}

.card-body-item__right h2 {
    font-size: 22px;
    font-family: Raleway-Bold;
    color: #151641;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.card-body-item__right h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #151641;
    font-family: Raleway-Italic;
    line-height: 26px;
}

.card-body-item__right__links {
    margin-top: 25px;
}

.card-body-item__right__links a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #C50035;
    font-family: Raleway-Bold;
    margin-bottom: 12px;
}

.card-body-item__right__links a img {
    margin-right: 12px;
}

.about-collapse-sect button[aria-expanded="true"] {
    background-color: #fff;
    border: 0px solid #151641;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.about-collapse-sect .collapse-transition {
    border: none;
    border-radius: 37px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px; 
    transition: 0.4s;
    background-color: #fff;
    border-top: 0;
}

.about-collapse-sect button:focus{
    border: none;
    outline: none!important;
}

.about-collapse-sect .card-header {
    padding: 0;
    border-radius: 0;
}

.about-collapse-sect .card-body-item {
    border-top: 1px solid #707070;
}

.about-collapse-sect .accordion > .card {
    box-shadow: 1px 1px 10px #00000029
}

@media (max-width: 1200px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

    #recipeCarousel .carousel-item, #recipeCarousel .carousel-inner {
        max-width: 273px;
    }

    .right__item__bottom p {
        font-size: 12px;
    }

    .right__item__second h3 {
        font-size: 20px;
    }
    
    .right__item__second p, .right__item__second a {
        font-size: 16px;
        line-height: 20px;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 1200px) {
    
    .carousel-1 .carousel-inner .carousel-item-right.active,
    .carousel-1 .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-1 .carousel-inner .carousel-item-left.active, 
    .carousel-1 .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-1 .carousel-inner .carousel-item-right,
.carousel-1 .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}







.menu-area{background: #00376D; width: 100%; height: 50px; display: flex; }
.menu-area.menua-area__scrolled {
    display: none;
}

.menu-area .row {
    height: 100%;
}

.mainmenu a>span>img {
    position: relative;
    bottom: 1px;
}

.mainmenu a>span>.home-menu_homepage {
    width: 22px;
}

.mainmenu a>span>.newsroom-menu_homepage {
    width: 30px;
}

.mainmenu a>span>.initiative-menu_homepage {
    width: 24px;
}

.mainmenu a>span>.conf-menu_homepage {
    width: 19px;
}

.mainmenu a>span>.training-menu_homepage {
    width: 16px;
}

.mainmenu a>span>.about-menu_homepage {
    width: 25px;
}

.mainmenu a>span {
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.mainmenu a:before {
    content: "";
    position: absolute;
    height: 25px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #fff;
}
.dropdown-menu{    box-shadow: 3px 3px 6px #00000024;padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#fff;text-transform:uppercase;padding:12px 15px;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: utline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #C50035;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #d61a5e;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#1565C0;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}


.mainmenu .collapse ul > li:hover > a:before {
    display: none;
}

.mainmenu a {
    position: relative;
    text-transform: uppercase;
    font-family: Raleway-Bold;
    font-size: 14px;
    display: flex;
    height: 100%;
    align-items: center;
}

.dropdown-left-arrow::after {
    position: absolute;
    right: 5px;
    transform: rotate(-90deg);
    top: 16px;
}

.mainmenu li .dropdown-menu a {
    background-color: #fff;
    color: #00376D;
    padding: 12px 0;
}

.mainmenu li .dropdown-menu li:hover a{
    background-color: #00376D!important;
    color: #fff;
}

.mainmenu li .dropdown-menu li:hover a svg path, .mainmenu li .dropdown-menu li:hover a svg rect {
    fill: #fff;
}

.mainmenu li .dropdown-menu li:hover a svg path.path-f {
    fill: #00376D;
}

.mainmenu li .dropdown-menu a:before {
    display: none;
}

.mainmenu .collapse ul .drp_mmm li:hover a svg path, .mainmenu .collapse ul .drp_mmm li:hover a svg text {
    fill: #00376D!important;
}

.mainmenu .collapse ul .drp_mmm li:hover a svg path.path-f {
    fill: #fff!important
}

.mainmenu .collapse ul .drp_mmm li:hover a{
    background-color: #fff!important;
    color: #00376D;

}

.mainmenu li .dropdown-menu a .eldp-faq text tspan {
    width: 19px;
    bottom: 3px;
    font-size: 24px;
    font-family: Raleway-Bold;
}

.mainmenu li .dropdown-menu a span {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
}

.header-search {
    width: 100%;
    height: 25px;
}

.header-search button {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 0;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    top: -1px;
    right: -2px;
    cursor: pointer;
    transition: .2s;
    padding: 0;
}

.header-search a:hover {
    filter: brightness(0.85);
}

.header-search a img {
    width: 100%;
    height: 100%;
}

.header-search {
    position: relative;
    padding-left: 10px;
}

.header-search input {
    width: 0%;
    background: transparent;
    height: 25px;
    border-radius: 13px;
    font-family: Raleway-Bold;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    transition: .3s;
    padding:0;
    opacity: 0;
}

.header-search input::placeholder {
    color: #fff;
}

.mainmenu #showSearchBar:before {
    display: none;
}

.search_block__form__field {
    height: 46px;
    border: 2px solid #00376D;
    border-radius: 27px;
    padding-right: 25px;
    padding-left: 25px;
    font-family: Raleway-Bold;
    color: #00376D;
    font-size: 16px;
    width: calc(100% - 124px);
}

.search_block__form__field::placeholder {
    color: #00376D;
}

.search_block__form__btn {
    width: 106px;
    height: 46px;
    color: #fff;
    background-color: #C50035;
    border-radius: 27px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    border: none;
    margin-left: 18px;
    font-family: Raleway-Bold;
    font-size: 18px;
}

.search_block__form__btn:hover {
    background-color: #ab0330;
}

.search_block__form span {
    font-family: Raleway;
    font-size: 18px;
    color: #000000;
}

.news-solo__search h2 {
    font-size: 16px;
    font-family: Raleway-Bold;
    text-transform: uppercase;
    color: #C50035;
}

.news-solo__search h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.news-solo__search h3 a {
    font-family: Raleway-Bold;
    color: #C50035;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    margin-top: 5px;
}

.news-solo__search__p {
    font-size: 18px;
    margin-top: 10px;
}

.news-solo__search__p a {
    font-size: 18px;
    font-family: Raleway-BoldItalic;
    color: #C50035;
}

.news-solo__search h3 a:hover {
    text-decoration: underline;
}

.filer-sect li {
    margin-right: 0;
}

/* Dashboard page Styles  */

.eldp__bl-right__banner .eldp__bl-right__banner__btn {
    height: 35px;
    border-radius: 30px;
    background-color: #E68E1C;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eldp__bl-right__banner .eldp__bl-right__banner--red {
    background-color: #C50035;
}

.eldp__bl-right__banner .eldp__bl-right__banner--green {
    background-color: #0BBB28;
    margin-right: 0;
}

.eldp__bl-right--dashboard .low_title {
    font-size: 44px;
    margin-top: 5px;
}

.eldp__bl-right--dashboard .low_txt {
    font-size: 28px;
    color: #fff;
}

.piti-viti__dashboard__columns {
    box-shadow: 0px 0px 10px #0000002e;
    padding: 25px 15px 20px 15px;
}

.cstm-pb-dash {
    padding-bottom: 30px;
}

.cstm-pb-dash1 {
    padding-bottom: 5px;
}

.piti-viti__dashboard {
    margin-top: 45px;
}

.piti-viti__dashboard__columns-left--btn {
    width: 100%;
    height: 34px;
    background-color: #C50035;
    font-family: Raleway-Bold;
    box-shadow: 3px 3px 6px #0000002e;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 17px;
    transition: .2s;
}

.piti-viti__dashboard__columns-left--btn:hover {
    background-color: #ab0330;
}

.piti-viti__dashboard__columns-left--btn img {
    margin-right: 5px;
}

.dashboard__line {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.piti-viti__dashboard__columns-left__solo p {
    font-family: Raleway-Bold;
    font-size: 16px;
}

.piti-viti__dashboard__columns-left__solo a img {
    transition: .2s;
}

.piti-viti__dashboard__columns-left__solo a:hover img {
    filter: brightness(.85);
}

.piti-viti__dashboard__columns-left__solo a {
    font-size: 16px;
}

.piti-viti__dashboard__columns-left__solo--btn .dashboard-btn {
    background-color: #C50035;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    box-shadow: 3px 3px 6px #0000002e;
    height: 32px;
    font-family: Raleway-Bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    width: 175px;
    margin-right: 10px;
    transition: .2s;
    line-height: 20px;
}


.piti-viti__dashboard__columns-left__solo--btn .dashboard-btn:hover {
    background-color: #ab0330;
}

.piti-viti__dashboard__columns-left__solo .dashboard-sub-t {
    font-size: 12px;
    font-family: Raleway-Bold;
}

.piti-viti__dashboard__columns-left__solo .dashboard-paragraph {
    font-size: 11px;
    font-family: Raleway;
    display: flex;
    align-items: center;
}

.piti-viti__dashboard__columns-left__solo--btn a img {
    transition: .2s;
}

.cstm-pr-5 {
    padding-right: 5px;
}

.piti-viti__dashboard__columns-left__solo--btn a:hover img {
    filter: brightness(0.85);
}

.piti-viti__dashboard__columns-left__solo--btn .dashboard-btn:hover img {
    filter: none;
}

.piti-viti__dashboard__columns-left__solo .dashboard-paragraph--ff {
    font-family: OpenSans;
}

.piti-viti__dashboard__columns-left__solo .dashboard-paragraph--ff span {
    font-family: OpenSans;
    font-size: 10px;
    min-width: 35px;
}

.piti-viti__dashboard__columns--center h2, .piti-viti__dashboard__columns--right h2 {
    font-size: 22px;
    font-family: Raleway-Bold;
    text-align: center;
}

.dashboard-count__up {
    font-size: 60px;
    font-family: Raleway-Bold;
    color: #C50035;
    line-height: 70px;
}

.dashboard-count__solo {
    width: 25%;
    border-right: 2px solid #C50035;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.dashboard-count__bottom {
    font-family: Raleway-Bold;
    font-size: 20px;
    color: #C50035;
    text-transform: uppercase;
}

.dashboard__link a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
    color: #C50035;
    font-size: 16px;
    text-decoration: underline;
}

.dashboard__link a:hover {
    text-decoration: none;
}

.dashboard-chat__txt p {
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 22px;
    margin-bottom: 6px;
}

.dashboard-chat__txt p span {
    min-width: 12px;
    height: 12px;
    background-color: #0C2862;
    border-radius: 50%;
    margin-right: 7px;
}

.dashboard-chat__txt p .span-blue {
    background-color: #0060AD;
}

.dashboard-chat__txt p .span-purple {
    background-color: #664A73;
}

.dashboard-chat__txt p .span-green {
    background-color: #0ABF35;
}

.dashboard-chat__txt p .span-orange {
    background-color: #EDA922;
}

.dashboard-chat__txt p .span-dark-orange {
    background-color: #EA8C2C;
}

.dashboard-chat__txt p .span-red {
    background-color: #CE583A;
}

.dashboard-chat__txt p .span-dark-blue {
    background-color: #5186A6;
}

.dashboard-chat__txt p .span-dark-red {
    background-color: #AB0B1B;
}

.dashboard-chat__txt p .span-aqua {
    background-color: #17AAB4;
}

.dashboard-c__logo {
    width: 19px;
    height: 19px;
    margin-left: 10px;
}

.dashboard-sign-in_details h3 {
    font-family: Raleway-Bold;
    font-size: 50px;
    color: #C50035;
}

.dashboard-sign-in__item p {
    font-size: 16px;
    font-family: Raleway-Bold;
}

.chart-proc {
    margin-top: 5px;
    height: 11px;
    background-color: #EEEEEE;
    border-radius: 6px;
}

.chart-proc__width {
    width: 78%;
    background-color: #C50035;
    border-radius: 6px;
    height: 11px;
}

.chart-proc__width--32 {
    width: 32%;
}

.dashboard-sign-in__left p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
}

.dashboard-sign-in__left p span {
    font-family: Raleway-BoldItalic;
    font-size: 17px;
    color: #C50035;
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard-sign-in__left--p {
    position: relative;
    padding-left: 20px;
}

.dashboard-instructor__bio>img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 15px;
}

.dashboard-instructor__name {
    font-size: 22px;
    font-family: Raleway-Bold;
    line-height: 26px;
}

.dashboard-instructor__bio {
    margin-top: 23px;
}

.btn_dashboard {
    border-radius: 16px;
    margin-top: 5px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #C50035;
    font-family: Raleway-Bold;
    box-shadow: 3px 3px 6px #0000002e;
    height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 94px;
    transition: .2s;
}

.btn_dashboard:hover {
    background-color: #ab0330;
}

.dashboard-instructor__contact a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
}

.dashboard-download__course img {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
}

.dashboard-download__course p {
    font-size: 14px;
    line-height: 18px;
}

.dashboard-download__course a {
    font-size: 11px;
    letter-spacing: 1px;
    color: #C50035;
    text-decoration: underline;
}

.dashboard-download__course a:hover {
    text-decoration: none;
}

.dashboard-instructor__contact .dashboard-instructor__contact__mail {
    color: #C50035;
    text-decoration: underline;
}

.dashboard-instructor__contact .dashboard-instructor__contact__mail:hover {
    text-decoration: none;
}

.dashboard-hover {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    background-color: #02386c;
    color: #fff;
    padding: 1px 4px;
    border-radius: 5px;
    transition: .2s;
}

.publication__item__right--top__social ul {
    margin-top: 15px;
}

.dashboard-download__course a .dashboard-hover {
    top: -25px;
}


.piti-viti__dashboard__columns-left__solo a:hover .dashboard-hover, .piti-viti__dashboard__columns-left__solo--btn a:hover .dashboard-hover, .dashboard-download__course a:hover .dashboard-hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.dashboard-download__course .dashboard-icon-dscr {
    font-size: 12px;
    text-transform: uppercase;
    display: none;
}

.course__dashboard {
    margin-left: -5px;
}

.evaluation-lp-bl {
    border: 3px solid #00376D;
    margin-top: 52px;
    padding: 30px 30px 40px 30px;
}

.evaluation-lp-txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.evaluation-lp-txt a {
    font-size: 18px;
    line-height: 22px;
    color: #C50035;
    font-family: Raleway-Bold;
}

.evaluation-lp-txt a:hover {
    text-decoration: underline;
}

.connect-piti-viti {
    background-color: #EEEEEE;
    padding-top: 40px;
    padding-bottom: 85px;
    margin-top: 45px;
}

.connect-piti-viti h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 28px;
    font-family: Raleway-Bold;
}

.connect-piti-viti h2 img {
    margin-right: 15px;
    width: 44px;
    height: 44px;
}

.evaluation-lp-bl--title {
    color: #000000;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Raleway-Bold;
    margin-top: 22px;
}

svg .circle-svg, svg .symbol-svg  {
    transition: .2s;
}

.humar-r__block p a.inl-vac {
    color: #C50035;
    text-decoration: underline;
    font-family: Raleway;
}

.humar-r__block p a.inl-vac:hover {
    text-decoration: none;
}

.connect-piti-viti--list a:hover svg .circle-svg {
    fill: #C50035;
}

.connect-piti-viti--list a:hover svg .symbol-svg {
    fill: #fff;
}

.header-cont_bottom--print, .print-blue-line {
    display: none;
}

.courses-bl__onl .courses-right a {
    width: 121px;
    margin-left: 15px;
    min-width: 121px;
}

.courses-bl__onl .courses-right {
    margin-left: 15px;
}

.main-h3__cst-ml {
    margin-left: 37px;
}

.vaccine-P {
    margin-left: 60px;
    font-size: 18px;
    line-height: 22px;
}
.form-sect_inp__calendar[type="date"]::-webkit-inner-spin-button,
.form-sect_inp__calendar[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;

}

.covid__cheked {
    border-radius: 9px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 8px #00000029;
    margin-top: 25px;
}

.covid-test__img {
    width: 239px;
    height: 182px;
    margin-top: 22px;
}

.covid__cheked p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #00376D;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
}

.covid__cheked p img {
    width: 32px;
    height: 32px;
}

#nav-past-courses input:focus {
    border-color: #ab0330;
}

.form-sect_inp__calendar {
    background-image: url(../../media/images/calendar-i.svg);
    background-repeat: no-repeat;
    background-position: 95%;
}

.upload-vaccine a {
    height: 44px;
    box-shadow: 3px 3px 6px #0000002e;
    border-radius: 22px;
    background-color: #C50035;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #ffffff;
    transition: .2s;
    width: 100%;
    max-width: 438px;
    margin-top: 20px;
}

.upload-vaccine .main-p {
    font-size: 18px;
    line-height: 22px;
}

.upload-vaccine a img {
    margin-right: 10px;
}

.upload-vaccine a:hover {
    background-color: #ab0330;
}

.audit-delivered-course {
    border-radius: 5px;
    background-color: #00376D;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: Raleway-Bold;
    margin-top: 20px;
    padding: 8px 10px 8px 11px;
}

/* Dashboard Page Styles end  */


/* Safety protocol page styles  */

.safety-protocol .safety-txt {
    line-height: 28px;
    margin-top: 27px;
    font-size: 18px;
}

.safety-protocol .safety-txt a, .safety-protocol .safety-list li a {
    font-family: Raleway-SemiBold;
    font-size: 18px;
    line-height: 28px;
    color: #C50035;
}

.safety-protocol .safety-txt p a:hover, .safety-protocol .safety-list li a:hover {
    text-decoration: underline;
}

.safety-protocol .eldp__h2 {
    font-size: 27px;
}

.safety-protocol .safety-sbc {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: Raleway-Bold;
    margin-top: 35px;
}

.safety-protocol .safety-list li {
    font-size: 18px;
    line-height: 28px;
    list-style-type: disc;
    color: #000000;
    margin-top: 20px;
}

.safety-protocol .safety-list {
    padding-left: 45px;
}

/* Safety protocol page styles ends  */

@media print {

    .shit-table-item--border {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .media-print .blue-sect__ELDP, .media-print .dark-blue__doc {
        background-color: #fff;
    }

    .media-print .eldp__bl-right p a, .media-print .eldp__bl-right .low_title, .media-print .dark-blue__doc .audit_body-right p {
        color: #00376D;
    }

    .eldp-date-names a {
        color: #00376D;
        font-weight: Raleway;
    }

    .media-print .eldp__bl-right {
        margin-left: 0;
    }
    
    .media-print .print-hide, .media-print .audit-bl .small-line, .media-print .training_block, .media-print .audit-bl h1, .media-print .audit-bl>.align-items-center.d-flex.justify-content-between, .media-print .dn-n-print, .media-print .countdown-sect, .media-print .dark-blue__doc .audit_body-right p a, .media-print .eldp__bl svg  {
        display: none!important;
    }

    .media-print .blue-sect {
        background-color: #fff;
    }

    .media-print .blue-sect .main-h3 {
        color: #000;
    }

    .media-print .panelists-right * {
        color: #000
    }

    .media-print .for-print-row {
        flex-wrap: nowrap;
    }

    .media-print .courses-right p {
        text-align: right;
    }

    .media-print .border-audit_body {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .media-print .for-print-row .col-lg-8 {
        width: 66.6666666%;
    }

    .media-print .for-print-row .col-lg-4 {
        width: 33.3333333%;
    }

    .media-print .border-audit {
        display: flex;
        flex-direction: column;
        min-height: unset;
    }

    .media-print .audit_body-right {
        justify-content: flex-start!important;
    }

    .media-print .header-cont_bottom--print, .media-print .print-blue-line {
        display: flex!important;
        justify-content: center;
    }

    .media-print.ELDP__main-sect  {
        padding-top: 0;
    }
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 991px) {
.mainmenu .collapse-for-header ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 991px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
.dropdown-left-arrow::after {
    transform: rotate(0deg);
}
.navbar-collapse__cstm-courses {
    top: 58px;
}
}

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

   

    .header-cont-b {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .menu_area__cont {
        max-width: 100%;
    }

    .menu_area__cont .row {
        margin: 0;
    }

   .header-cont-b .navbar.navbar-expand-xl.flex-wrap.pl-0.pr-0.pb-0 {
       justify-content: center;
   }

   .eldp__reports--item__middle p {
    font-size: 12px;
    line-height: 16px;
   }

   .eldp-reports-p, .eldp__reports--item__middle .eldp-reports-p {
       font-size: 12px;
   }

   .instructors__filter p {
       width: 100%;
       margin-bottom: 15px;
   }

   .evaluation_steps__item {
       padding-left: 30px;
   }

   .piti-viti__dashboard__columns-left--btn {
       font-size: 10px;
   }

   .piti-viti__dashboard__columns-left__solo {
       flex-wrap: wrap;
   }

   .piti-viti__dashboard__columns-left__solo .d-flex {
       width: 100%;
   }

   .piti-viti__dashboard__columns-left__solo--btn .dashboard-btn {
       margin-right: 0;
   }

   .piti-viti__dashboard__columns-left__solo--btn {
       flex-wrap: wrap;
   }

   .dashboard-download__course a {
       font-size: 8px;
   }
   .tab-sect-main--eldp .cstm-tabs .nav-link {
    margin-bottom: 20px;
}

}

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

    .signed__form button {
        white-space: nowrap;
    }

    .publication__item .col-lg-4 {
        text-align: center;
    }

    .register__cstm-sect .cstm-cont-drp, .register__cstm-sect .cstm-cont-drp div.dropdown > div.caption {
        max-width: 100%;
    }

    .related-publication-right {
        margin-top: 15px;
    }

    .publication__item .col-lg-4>img {
        max-width: 300px;
    }

    .dashboard-download__course .dashboard-icon-dscr {
        display: flex;
    }

    .dashboard-download__course p {
        font-size: 12px;
    }

    .order-cstm3 {
        order: 3
    }

    .order-cstm2 {
        order: 2
    }

    .order-cstm1 {
        order: 1;
    }

    .icon-sect-acc img {
        width: 25px;
        height: 25px;
    }

    .eldp-upcomiing-events__list__item .course-p {
        margin-bottom: 20px;
    }

    .eldp-upcomiing-events__list__item:last-child {
        margin-bottom: 30px;
    }

    .tab-sect .tab-left {
        margin-top: 20px;
    }

    .instructors__filter p {
        width: unset;
        margin-bottom: 0;
    }

    .eldp-topics__book-solo {
        max-height: none;
    }

    .eldp-topics__book-solo__left {
        bottom: 0;
    }

    .collapse-menu {
        display: none;
    }

    .max-w_of_img {
        max-width: 200px;
        width: 100%;
    }

    .homepage-slider__title h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .main__right__mailing-list {
        margin-bottom: 20px;
    }

    .homepage-footer-ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .homepage-cont-footer {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
        align-items: center; 
    }

    .progress-col-8 .col-lg-6 {
        margin-bottom: 24px;
    }

    .homepage-cont-footer a {
        margin-bottom: 0;
    }

    .mainmenu .navbar-collapse {
        padding-bottom: 20px;
    }

    .mainmenu .navbar-collapse {
        background: #02386c;
        z-index: 2;
        margin-top: 12px;
        padding: 0 20px 30px 20px;
    }

    .footer-logo {
        border: none;
    }

    .mainmenu {
        justify-content: flex-end;
    }

    .navbar-togg_cstm-size {
        width: 30px;
    }

    .mainmenu a:before {
        display: none;
    }

    .mainmenu .collapse ul ul {
        position: static;
    }

    .home-page__main__right .col-lg-6 {
        margin-bottom: 24px;
    }

    .eldp__reports--item__right p {
        font-size: 12px;
    }

    .team-member-img {
        margin-bottom: 20px;
    }

    .home-page__main__left, .collapse-left-menu {
        order: 2;
    }

    .collapse-left-menu .d-sect__news {
        display: none;
    }

    .main__right__mailing-list {
        margin-top: 0px!important;
    }

    .header-ch_timezone, .ul-right-side a, .header-ch_timezone a {
        font-size: 12px;
    }

    .header-ch_timezone {
        padding-right: 10px;
        margin-right: 10px;
    }

    .evaluation_steps {
        flex-direction: column;
    }

    .evaluation_steps__item {
        width: 100%;
        margin-right: 0;
        height: 41px;
        margin-bottom: 12px;
    }

    .evaluation_steps__item::before {
        display: none;
    }

    .evaluation_steps__item::after {
        border-left: transparent;
        bottom: -29px;
        top: unset;
        border: 20px solid transparent;  
        border-top: 20px solid #EEEEEE;  
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .container-eval {
        font-size: 18px;
    }

    .evaluation_steps__item {
        padding-left: 0;
    }

    .evaluation_steps__item.active::after {
        border-top-color: #00376D;
        border-left-color: transparent;
    }

    .evaluation__step-2 {
        display: none;
    }

    .evaluation-mob__steps {
        display: block;
    }

    .evaluation-mob__title-bl {
        background-color: #E68E1C;
        height: 41px;
        margin-top: 15px;
        font-size: 18px;
        font-family: Raleway-Bold;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 7px;
    }

    .evaluation-mob__item {
        padding: 15px;
        box-shadow: 1px 1px 6px #0000002b;
        margin-bottom: 20px;
    }

    .evaluation-mob__item__title {
        font-size: 18px;
        font-family: Raleway-Bold;
    }

    .piti-viti__dashboard__columns-left__solo--btn .dashboard-btn {
        margin-right: 10px;
    }

    .piti-viti__dashboard__columns-left--btn {
        font-size: 14px;
    }
  
}

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

    .eldp-blue-box__cstm .connect-piti-viti--list {
        flex-wrap: wrap;
    }

    .eldp-blue-box__cstm form>div {
        flex-wrap: wrap;
    }

    .eldp-blue-box__cstm input {
        width: 100%;
    }

    .eldp-blue-box__cstm input:last-child {
        margin-top: 15px;
    }

    .advanced-filters-type {
        width: 100%;
    }

    .selected-items--publication-wrapper p {
        margin-bottom: 10px;
    }

    .publication__item form {
        flex-direction: column;
        align-items: center;
    }
    
    .proc40 {
        margin-bottom: 10px;
        padding-right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

  

    .proc20 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .proc40 input {
        max-width: 300px;
    }

    .proc20 button {
        max-width: 220px;
    }

    .cert-blue {
        margin-top: 0px;
    }

    .instructors__filter p {
        margin-bottom: 10px;
    }

    .h-first-sect_col div {
        border: none;
    }

    .home-page-sect__bg, .homepage-first-sect {
        background-image: none;
    }

    .right__item__bottom img {
        width: 15px;
    }

    .h-first-sect_col {
        margin-top: 20px;
    }

    .right__item__second {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right__item__bottom p {
        font-size: 10px;
    }

    .right__item__second {
        width: calc(100% - 70px);
    }

    .right__item__first img {
        width: 80%;
        max-height: 50px;
    }

    .newsroom__filter div.dropdown > div.z-ind-cstm {
        z-index: 222222;
    }

    .newsroom__filter div.dropdown > div.z-ind-cstm1 {
        z-index: 222223;
    }

    .newsroom__filter {
        flex-direction: column;
    }

    .newsroom__filter a {
        margin-left: 0;
        margin-top: 10px;
    }

    .newsroom__filter .newsroom__filter__btn {
        margin-bottom: 10px;
    }

    .full-w-form-half-bl_rtipl {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .newsroom__filter .full-w-form-half-bl_rtipl {
        margin-left: 0;
    }

    .eldp-topics__image-p {
        padding-left: 0;
    }

    .w-cstm-100 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .eldp-links {
        flex-wrap: wrap;
    }

    .eldp-link {
        width: 40%;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
    }

    .governments__eldp__title {
        margin-top: 20px;
    }

    .eldp-newsroom__item-left, .eldp-newsroom__item-right {
        margin-right: 0;
        width: 100%;
    }

    .eldp-newsroom__item {
        flex-wrap: wrap;
    }

    .eldp-newsroom__header {
        flex-wrap: wrap;
    }

    .eldp-newsroom__header__right a {
        margin-top: 20px;
    }

    .eldp-newsroom__item-left {
        max-width: unset;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .eldp-newsroom__item-left img {
        max-width: 365px;
    }

    .homepage-slider__header {
        margin-bottom: 10px;
    }

    .homepage-slider__list__item {
        margin-bottom: 20px;
        display: flex;
    }

    .home-page__main__events__solo {
        flex-direction: column;
    }
    
    .home-page__main__events__solo--left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .eldp__reports--item__middle>div {
        flex-direction: column;
    }

    .eldp-reports-p-border {
        margin-right: 0;
        border: none;
        padding:0
    }

    .secretariat__block {
        flex-direction: column;
    }

    .secretartiat__item {
        margin-bottom: 20px;
    }

    .eldp-mailing__checklist__item {
        flex-wrap: wrap;
    }

    .dark-blue__doc {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .audit_body-right {
        flex-direction: column;
    }

    .eldp__bl-right>p {
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .eldp__bl-right {
        margin-left: 0;
    }

    .session-item .btn {
        background-color: transparent;
    }

    .collapse-ul {
        flex-direction: column;
    }

    .collapse-ul li, .training_block p {
        margin-bottom: 10px;
    }

    .training_block {
        flex-direction: column;
    }

    .h-first-sect_column div {
        min-height: unset;
    }

    .agenda-download__item {
        flex-direction: column;
    }

    .agenda-download__item__image img {
        height: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .agenda-download__item__image {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .documents-block__item .col-md-2 img {
        margin-right: 10px;
    }

    .documents-block__item .col-md-7 p {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cstm_col {
        margin-left: 0;
        justify-content: center;
    }

    .meeting-times__item .row>div {
        justify-content: center;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .related-publication .eldp-topics ul {
        flex-wrap: wrap;
    }

    .related-publication .eldp-topics ul li {
        margin-bottom: 10px;
    }

    .search-homepage__link-item {
        width: 30%;
        margin-bottom: 15px;
    }
    
    .search-homepage__link-wraper, .browser-by-government  {
        flex-wrap: wrap;
        justify-content: center;
    }

    .browser-by-government-item {
        width: 22%;
        margin-bottom: 10px;
    }
    
    .connect-piti-viti svg {
        width: 50px;
        height: 50px;
    }

    .connect-piti-viti {
        padding-bottom: 40px;
    }

    .connect-piti-viti h2 {
        font-size: 20px;
    }

    .register__cstm-sect .registration-checkboxes__item {
        flex-direction: column;
    }

    .register__cstm-sect .min-w-reg {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .signed__form {
        flex-direction: column;
    }

    .signed__form .signed__form--reg {
        width: 100%;
    }

    .signed__form input {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .signed__form .signed__form--title{
        margin-right: 0;
        margin-bottom: 15px;
        text-align: left;
        width: 100%;
    }

    .about-collapse-sect button {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .humar-r__block {
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }
    
}

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

    .signed__search--list__item {
        flex-direction: column;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .signed__search--list__item--left {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .search-homepage-input input {
        height: 45px;
        padding-left: 20px;
        font-size: 18px;
    }

    .search-homepage-input button {
        height: 45px;
        width: 45px;
    }

    .search-homepage__link-item {
        width: 50%;
    }

    .browser-by-government-item {
        width: 33.33333%;
    }

    .publication__item__right--top--posted {
        flex-direction: column;
    }

    .advanced-filters-type .container-drp {
        width: 48%;
    }

    .eldp__bl-right__banner {
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
    }

    .dashboard-count__up {
        font-size: 40px;
        line-height: 50px;
    }

    .dashboard-count__bottom {
        font-size: 12px;
    }

    .eldp__bl-right__banner .eldp__bl-right__banner__btn {
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 320px;
    }

    .instructors__filter input {
        width: 100%;
    }

    .instructors__filter  div.container-drp, .instructors__filter div.dropdown > div.caption {
        max-width: 100%;
        width: 100%;
    }

    .team-members_col__item {
        flex-direction: column;
    }

    .team-members_col__item>img {
        margin-bottom: 10px;
    }

    .card_instructors .card-header {
        padding-left: 0;
        padding-right: 0;
    }

    .collapse__bg {
        top: 5px;
        right: 5px;
    }

    .card_instructors .btn-link {
        padding-right: 30px;
    }

    .eldp__bl-left {
        margin-right: 0;
    }

    .eldp-reports-p, .eldp__reports--item__middle .eldp-reports-p {
        font-size: 14px;
    }

    .eldp__bl {
        flex-direction: column;
        align-items: center;
    }

    .header-ch_timezone {
        margin-top: 10px;
    }

    .eldp-topics__book-solo {
        flex-direction: column;
    }

    .carousel__block {
        flex-direction: column;
    }

    .eldp-topics__list {
        margin-top: 15px;
    }

    .carousel__block h6 {
        margin-right: 0;
    }

    .eldp-topics__book-solo__left {
        margin-right: 0;
    }

    .eldp-topics__book-solo__right {
        width: 100%;
        margin-top: 20px;
    }

    .team-members_col__item h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .team-members_col__item h5 a {
        font-size: 22px;
        line-height: 26px;
    }

    .team-members_col__item>img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .navbar-brand img {
        max-width: 350px;
        width: 100%;
    }

    .eldp-class__header, .eldp-class__header span {
        font-size: 20px;
    }

    .eldp__reports--item__middle {
        margin-left: 0;
    }

    .eldp__bl-right h1 {
        font-size: 24px;
        text-align: center;
    }

    .eldp-abs {
        display: none;
    }

    .eldp__bl {
        padding-right: 0;
    }

    .eldp__bl-left svg {
        width: 50px;
    }

    .homepage-footer-ul {
        flex-direction: column;
    }

    .homepage-footer-ul ul {
        margin-bottom: 15px;
    }

    .homepage-cont-footer {
        flex-direction: column;
        margin-top: 0;
        align-items: flex-start;
    }

    .homepage-cont-footer li {
        margin-bottom: 15px;
    }

    .eldp-class-single_header {
        flex-direction: column;
    }

    .eldp-class-single_header p {
        margin-top: 10px;
    }

    .footer__sect--bottom .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__sect--bottom p {
        white-space: nowrap;
    }

    .footer__sect--bottom p:last-child {
        white-space: unset;
        text-align: center;
    }

    .home-page__main__title__sect--tt h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .home-page__main__title__sect--tt h2 img {
        width: 30px;
    }
    
    .home-page__main__title__sect--tt a {
        font-size: 10px;
    }

    .header-ch_timezone {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    .eldp__reports--item {
        flex-direction: column;
        align-items: center;
    }

    .eldp__reports--item__middle {
        margin-top: 20px;
        align-items: center;
        margin-bottom: 15px;
    }

    .eldp__reports--item__middle p {
        justify-content: center;
    }

    .home-page__main__events__item .d-flex.justify-content-between {
        flex-direction: column;
    }

    .home-page__main__events__item p {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .filter-bl .form-sect_inp {
        margin-bottom: 15px;
    }

    .training_block {
        flex-direction: column;
    }

    .eldp-upcoming-events__title--red {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .past-course__complete a {
        font-size: 18px;
        line-height: 28px;
    }

    .past-course__complete a img {
        width: 22px;
        height: 20px;
        margin-right: 10px;
    }
    
    .complete_evaluation {
        margin-top: 10px;
    }

    .modal-body .modal_sbm img, .modal-body .modal_troubles img {
        width: unset;
    } 

    .modal_troubles ul li {
        border: none;
    }

    .modal_troubles ul {
        flex-direction: column;
        align-items: center;
    }

    .modal-body {
        padding-top: 50px;
    }

    .moddadl_btn_close {
        top: 15px;
        right: 15px;
    }

    .modal_sbm {
        flex-direction: column;
    }

    .modal_sbm a {
        margin-left: 0!important;
        margin-top: 10px;
    }

    .courses-solo:nth-child(odd) {
        background-color: #e0e0e0;
    } 

    .dark-blue__doc .audit_body-right p {
        text-align: center;
        font-size: 14px;
        justify-content: center;
    }

    .dark-blue__doc p a {
        font-size: 14px;
    }

    .dark-blue__doc p img {
        width: 35px;
        height: 35px;
        margin-right: 10px!important;
    }

    .counts {
        font-size: 44px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .count-date p {
        font-size: 16px;
        line-height: 22px;
    }

    .eldp-abs--error-page {
        right: -28px;
    }

    .error-page__search-block input {
        min-width: unset;
        width: 100%;
    }

    .error-page__search-block form, .error-page__search-block form>div {
        width: 100%;
    }

    .right__item__second p, .right__item__second a {
        font-size: 18px;
        line-height: 22px;
    }

    .right__item__second h3 {
        font-size: 22px;
    }

    .homepage-grey-slider .carousel-control-next {
        right: 0px;
    }

    .homepage-grey-slider .carousel-control-prev {
        left: 0px;
    }

    .homepage-grey-slider .carousel-control-next, .homepage-grey-slider .carousel-control-prev {
        top: 70px;
    }

    .modal-body .mob_port {
        max-width: unset;
        width: unset;
    }

    .modal-form_virtual_proc, .modal-form_virtual_select {
        flex-direction: column;
    }

    .modal-form_virtual_proc input, .modal-form_virtual_select .container-drp, .modal-form_virtual_select .container-drp div.caption, .modal-form_virtual_select input {
        width: 100%;
        max-width: 100%;
    }

    .modal-form_virtual_select .container-drp div.caption {
        max-width: unset;
    }

    .modal-form_virtual_select .container-drp {
        margin-bottom: 10px;
    }

    .virt-full_inp input {
        max-width: unset;
    }

    .single-header__logo img {
        width: 200px;
    }

    .eldp-reports-p {
        font-size: 16px!important;
        text-align: center;
        line-height: 19px!important;
        margin-bottom: 7px;
    }

    .eldp__reports--item__middle p, .eldp__reports--item__right p {
        font-size: 16px;
        line-height: 19px;
    }

    .eldp__reports--item__right a {
        margin-left: 10px;
    }

    .eldp__reports--item__left .eldp-reports-p {
        margin-bottom: 0;
    }

    .eldp__reports--item {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .eldp__reports--item__middle {
        justify-content: flex-start!important;
    }

    .related-publication-img {
        text-align: center;
    }

    .category-tags {
        flex-wrap: wrap;
    }

    .card-body-item {
        flex-direction: column;
    }
    
    .upload-vaccine a {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 10px;
        height: auto;
    }

    .covid__cheked {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vaccine-P {
        margin-left: 0;
    }

    .tabs-title-non-image {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .tabs-title-non-image a {
        margin-left: 0;
        margin-top: 15px;
    }

    .show-less_collapse-wrapper {
        border: none;
        padding: 0;
        margin: 0;
    }

}


.home-page__main__title__sect--tt h2 {
    font-size: 30px;
    line-height: 50px;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
}

.home-page__main__title__sect--tt a {
    background-color: #fff;
    color: #C50035;
    font-size: 14px;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
}

.home-page__main__title__sect--tt a:hover {
    background-color: #fff;
    box-shadow: 3px 7px 15px #0000002e;
}

.time-zone__events p {
    font-size: 16px;
    line-height: 16px;
    color: #00376D;
    font-family: 'proxima-nova';
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.time-zone__events p a {
    color: #C50035;
    font-size: 16px;
    line-height: 16px;
    font-family: 'proxima-nova';
    text-decoration: underline;
    margin-left: 6px;
   
}

.time-zone__events p img {
    margin-right: 6px;
}

.time-zone__events p a:hover {
    text-decoration: none;
}

.time-zone__events {
    padding-left: 55px;
    margin-bottom: 40px;
}

.homepage__events-item {
    position: relative;
    padding: 23px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 3px 2px 10px #00000029;
    border-bottom: 5px solid #00376D;
    margin-bottom: 30px;
    transition: .2s;
}

.homepage__events-item__title {
    font-size: 22px;
    line-height: 27px;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
    color: #222222;
    width: 100%;
    transition: .2s;
    max-width: 450px;
}

.homepage__events-item__date {
    padding: 20px 13px 25px 13px;
    background-color: #00376D;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.homepage__events-item__date p {
    font-family: 'proxima-nova';font-style: italic;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    color: #fff;
}

.homepage__events-item__date::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    border: 48px solid transparent;
    border-bottom: 20px solid #fff
}

.homepage__events-item__txt {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'proxima-nova';
    max-width: 438px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    width: 100%;
}

.homepage__events-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 136px;
    border-radius: 19px;
    box-shadow: 2px 2px 6px #00000029;
    font-size: 14px;
    color: #C50035;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
    height: 32px;
    transition: .2s;
}

.homepage__events-item__btn svg {
    margin-right: 8px;
}

.homepage__events-item__btn:hover {
    box-shadow: 2px 7px 6px #00000029;
}

.homepage__events-item:hover .homepage__events-item__title {
    color: #C50035
}

.homepage__events-item:hover .homepage__events-item__btn {
    background-color: #C50035;
    color: #fff;
}

.homepage__events-item:hover .homepage__events-item__btn svg path {
    fill: #fff;
}

.homepage__events-item:hover .homepage__events-item__date {
    background-color: #C50035;
}

.homepage__events-item:hover {
    border-color: #C50035;
}

.homepage__events-item:last-child {
    margin-bottom: 0;
}

.home-page__main__events {
    padding-bottom: 95px;
    border: none;
}

.eldp-newsroom__item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 2px 10px #00000029;
    border-bottom: 5px solid #00376D;
    padding: 20px 25px 30px 25px;
    position: relative;
    transition: .2s;
}

.eldp-newsroom__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 171px;
    height: 100%;
    background-color: #00376D;
    border-top-left-radius: 10px;
    transition: .2s;
}

.eldp-newsroom__item-left img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    z-index: 2;
}

.eldp-newsroom__item-left {
    max-width: 180px;
    margin-right: 21px;
    min-width: 180px;
}

.eldp-newsroom__item-right .eldp-topics, .latest-publications__item__right .eldp-topics {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima-nova';
    color: #222222;
}

.eldp-topics ul li a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima-nova';
    box-shadow: 1px 1px 3px #00000029;
    color: #C50035;
    transition: .2s;
    background-color: #fff;
}

.home-page__main__right a:hover{
    text-decoration: none;
}

.eldp-topics ul li a:hover {
    background-color: #C50035;
    color: #fff;
}

.eldp-topics {
    margin-bottom: 12px;
}


.eldp-newsroom__item-right h2 a {
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
}

.eldp-date-names p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima-nova';font-style: italic;
    color: #222222;
}

.eldp-date-names a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima-nova';
}

.eldp-date-names {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.eldp-newsroom__item-right .eldp-p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima-nova';
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.eldp-newsroom__item-right .btn__piti, .latest-publications__item__right .btn__piti {
    color: #C50035;
    background-color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
}

.eldp-newsroom__item-right .btn__piti:hover, .latest-publications__item__right .btn__piti:hover {
    background-color: #fff;
    box-shadow: 3px 7px 9px #0000002e;
}

.eldp-newsroom__item:hover {
    border-color: #C50035;
}

.eldp-newsroom__item:hover::after {
    background-color: #C50035;
}

.latest-publications__item__left {
    width: 100%;
    max-width: 179px;
    margin-right: 22px;
    min-width: 179px;
}

.latest-publications__item {
    border-bottom: 5px solid #00376D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 3px 2px 10px #00000029;
    padding: 20px 25px 30px 25px;
    margin-bottom: 47px;
    transition: .2s;
}

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

.lates-publications__item:last-child {
    margin-bottom: 0;
}

.publications-title {
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
    transition: .2s;
}

.eldp-date-names p span {
    background-color: #E6E6E6;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    font-size: 14px;
    color: #00376D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'proxima-nova';
    margin-left: 6px;
    position: relative;
    bottom: 2px;
}

.latest-publications__item__right__txt {
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima-nova';
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4; 
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.latest-publications__item:hover {
    border-color: #C50035;
}

.latest-publications__item:hover .publications-title {
    color: #C50035
}

.latest-publications__item:hover .latest-publications__item__right .btn__piti {
    background-color: #C50035;
    color: #fff;
}

.latest-publications__item .btn__piti svg path {
    fill: #C50035;
    transition: .2s;
}

.latest-publications__item:hover .btn__piti svg path {
    fill: #fff;
}

a.btn__piti svg {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.homepage-grey-slider h2 {
    font-size: 30px;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
}

.homepage-grey-slider p {
    line-height: 26px;
    font-family: 'proxima-nova';
    color: #222222;
}

.homepage-grey-slider__btn {
    background-color: #fff;
    color: #C50035;
    font-size: 16px;
    font-family: 'proxima-nova-condensed';
    font-weight: 700;
    font-style: normal;
}

.homepage-grey-slider__btn:hover {
    text-decoration: none;
    color: #C50035;
    background-color: #fff;
    box-shadow: 3px 7px 9px #0000002e;
}

.eldp__h2 {
    font-size: 30px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.time-zonenews {
    font-size: 18px;
    line-height: 20px;
    font-family: 'proxima-nova';
    color: #222222;
    margin-top: 10px;
    padding-left: 60px;
}

.time-zonenews a {
    font-size: 16px;
    text-decoration: underline;
    color: #C50035;
}

.time-zonenews a:hover {
    text-decoration: none;
}

.newsroom__filter-form {
    margin-top: 43px;
}

.newsroom__filter__header__filter-btn {
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px #00000029;
    background-color: #fff;
    color: #C50035;
    width: 84px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    transition: .2s;
    position: relative;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    cursor: pointer;
}

.newsroom__filter__header__filter-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #C50035;
    box-shadow: 2px 5px 7px #00000029;
}

#onhover {
    display: none;
}

.newsroom__filter__header__filter-btn:hover #initial {
    display: none;
}

.newsroom__filter__header__filter-btn:hover #onhover {
    display: block;
}

.newsroom__filter__header__filter-btn>svg {
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

.newsroom__filter__header__filter-btn span {
    display: none;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -8px;
    right: -4px;
    background-color: #C50035;
}

.newsroom__filter__header__filter-btn span.filter-open {
    display: flex;
}

.newsroom__filter__header__clear-btn {
    font-size: 16px;
    box-shadow: 2px 2px 6px #00000029;
    display: none;
    align-items: center;
    justify-content: center;
    color: #C50035;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    line-height: 34px;
    background-color: #fff;
    height:34px;
    width: 135px;
    transition: .2s;
    border-radius: 22px;
}

.newsroom__filter__header__clear-btn img {
    margin-right: 8px;
}

.newsroom__filter__header__clear-btn:hover {
    text-decoration: none;
    box-shadow: 2px 5px 7px #00000029;
    color: #C50035;
}

.newsroom__filter__body {
    margin-top: 20px;
    justify-content: space-between;
    display: none;
}

.newsroom__filter__body__input {
    width: 32%;
    border-radius: 24px;
    border: 3px solid #EEEEEE;
    background-color: transparent;
    padding-left: 37px;
    padding-right: 17px;
    height: 47px;
    background-image: url(../../media/images/news-filter-search.svg);
    background-position: center left 18px;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #777777;
    font-family: 'proxima-nova';
}

.filter-open {
    display: flex;
}

.newsroom__filter__body__input::placeholder {
    color: #777777;
}

.newsroom__filter__body .container-drp {
    width: 32%;
}

.newsroom__filter__body div.dropdown > div.caption {
    border-radius: 24px;
    border: 3px solid #EEEEEE;
    background-color: #fff;
    padding-left: 17px;
    padding-right: 17px;
    height: 47px;
    color: #777777;
    font-family: 'proxima-nova';
    font-size: 16px;
    background-image: url(../../media/images/filter-drp-arrow.svg);
}

.collapse-menu a, .collapse-menu .card-header button {
    font-size: 18px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.collapse-menu .card-body a, .collapse-menu .acc_sub .card-header button {
    font-size: 16px;
    font-family: 'proxima-nova';
}

.d-sect__up__title h4, .d-sect__up__title h2 {
    font-family: 'proxima-nova';font-style: italic;
}

.collapse-menu .card-body a:hover {
    font-family: 'proxima-nova';
}

.d-sect__news__item h3 a {
    line-height: 22px;
    color: #222222;
}

.eldp-newsroom {
    border-bottom: 1px solid #CCCCCC;
}

.collapse-menu {
    padding-bottom: 40px;
    margin-bottom: 47px;
}

.d-sect__news__item p {
    font-family: 'proxima-nova';  
}

.d-sect__news__item, .collapse-menu {
    border-bottom: 2px solid #EEEEEE;
}

.d-sect__news__item h3 {
    margin-bottom: 6px;
}

.d-sect__up__title h5, .d-sect__up__title h3 {
    font-size: 22px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    color: #222222;
}

.pagination__bl a {
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.pagination__bl a.active {
    background-color: #fff;
    box-shadow: 1px 2px 6px #00000029;
    color: #C50035;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
    bottom: 4px;
}

.pagination__bl a.active:hover {
    background-color: #fff;
}

.show-count {
    color: #222222;
    font-family: 'proxima-nova';
}

.show-count div.dropdown > div.caption {
    padding: 0;
    border-radius: 16px;
    width: 54px;
    height: 31px;
    padding-left: 12px;
    margin-left: 11px;
}

.show-count div.dropdown > div.list > div.item {
    padding: 8px 12px;
}

.show-count div.dropdown > div.list {
    width: calc(100% - 12px);
    left: unset;
    right: 0;
    top: 12px;
}

.eldp__reports--item__middle .eldp-reports-p {
    font-family: 'proxima-nova-condensed'!important;
    font-style: italic;
    font-weight: 400;
    font-size: 18px!important;
    line-height: 19px!important;
}

.eldp__reports--item__middle p {
    margin-top: 0!important;
    font-size: 16px!important;
    line-height: 19px!important;
    font-family: 'proxima-nova'!important;
    font-weight: 300;
    font-style: italic;
}

.eldp__reports--item__left .eldp-reports-p {
    font-size: 16px!important;
    line-height: 19px!important;
    font-family: 'proxima-nova'!important;
}

.eldp__reports--item__right p {
    font-family: 'proxima-nova'!important;
    font-weight: 300;
    font-style: italic;
    margin-top: 0!important ;
}

.progress-col-8 .post-content .eldp-p {
    font-size: 18px!important;
    line-height: 26px!important;
    font-family: 'proxima-nova'!important; 
}

.homepage-footer-ul a {
    font-size: 15px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.social-follow-us {
    font-family: 'proxima-nova';font-style: italic;
    font-size: 14px;
}

.homepage-cont-footer a {
    font-size: 14px;
    line-height: 16px;
    font-family: 'proxima-nova';
}

.eldp__bl-right h1 {
    font-size: 36px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.eldp__bl-right p a {
    font-family: 'proxima-nova';font-style: italic;
}

.footer__sect--bottom p, .footer__sect--bottom p a {
    font-family: 'proxima-nova';
}

.header-search input {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.team-members__name {
    font-size: 30px;
    line-height: 50px;
    color: #222222;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.team-members__position {
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima-nova';font-style: italic;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.team-member-img {
    max-width: 168px;
}

.contact-block a {
    color: #C50035
}

.team-members-col .eldp-p {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-family: 'proxima-nova';
}

.team-members_col__item>img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.team-members_col__item h2 a {
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.team-members_col__item h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'proxima-nova';font-style: italic;
}

.team-members_col__item a.btn__piti {
    background-color: #fff;
    color: #C50035;
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    height: 30px;
    margin-top: 6px;
}

.team-members-col {
    border-bottom: 2px solid #EEEEEE;
}

.eldp-topics__image-sect>img {
    border-radius: 10px;
}

.eldp-h3 {
    font-size: 22px;
    line-height: 27px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.eldp-p a {
    color: #C50035
}

.eldp-p a:hover {
    text-decoration: underline;
    color: #C50035
}

.about-collapse-sect .card {
    border-radius: 10px!important;
}

.about-collapse-sect__left img {
    width: 40px;
    height: 40px;
}

.post-content li {
    font-size: 18px!important;
    line-height: 26px!important;
    font-family: 'proxima-nova'!important;
}

a:not([href]):not([class]) {
    color: #C50035;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: #C50035;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.about-collapse-sect__left {
    font-size: 22px;
    line-height: 27px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.card-body-item__left img {
    width: 100px;
    height: 100px;
}

.about-collapse-sect button {
    border: none;
}

.about-collapse-sect__center {
    padding-right: 25px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima-nova';
}

.card-body-item__right h3 {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    color: #000000;
    margin-bottom: 0;
}

.card-body-item__right {
    padding-top: 30px;
}

.about-collapse-sect .card-body-item {
    border-top: 2px solid #EEEEEE;
}

.card-body-item__right h2 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima-nova';font-style: italic;
    margin-top: 0;
    margin-bottom: 35px;
    color: #000000;
}

.card-body-item__right__links a {
    font-family: 'proxima-nova';
}

.card-body-item__right p {
    line-height: 24px;
    font-family: 'proxima-nova';
}

.secretartiat__item p {
    font-size: 18px;
    color: #222222;
    line-height: 22px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.d-sect__up__links__item-left p {
    font-family: 'proxima-nova';font-style: italic;
}

.secretartiat__item a {
    font-size: 18px;
    line-height: 22px;
    font-family: 'proxima-nova';
    color: #222222;
}

.d-sect__up__links__item-left h4 {
    font-family: 'proxima-nova';
}

.d-sect__up__links__item-right a {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 16px;
}

.post-content p {
    font-family: 'proxima-nova';
}

.post-content h3, .search_block__form__btn {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.contact-us__details ul li {
    list-style-type: none;
}

.contact-us__details ul {
    padding-left: 0;
}

.search_block__form span {
    font-family: 'proxima-nova';
    padding-left: 35px; 
}

.news-solo__search h3 {
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 10px;
}

.news-solo__search__p {
    line-height: 26px;
    font-family: 'proxima-nova';
}

.news-solo__search__p span.hlw {
    font-family: 'proxima-nova';
    line-height: 26px;
}

.news-solo__search h3 a {
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.news-solo__search h2 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    color: #222222;
}

.news-solo__search a.btn__piti {
    background-color: #fff;
    color: #C50035;
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.news-solo__search a.btn__piti:hover {
    box-shadow: 3px 7px 9px #0000002e;
}

.search_block__form__field {
    border: 3px solid #EEEEEE;
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.about-collapse-sect__right {
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 50%;
}

.contact-us__details {
    border-bottom: 2px solid #EEEEEE;
}

.contact-us__details ul li a {
    color: #C50035;
    font-family: 'proxima-nova';
    text-decoration: underline;
}

.eldp-mailing--list input {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 14px;
}

.container-eldp {
    font-size: 17px;
    font-family: 'proxima-nova';
    color: #222222;
}

.mailing-sect__sbm img {
    bottom: 0;
}

.mailing-sect__sbm {
    background-color: #fff;
    color: #C50035;
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    letter-spacing: 1px;
}

.mailing-sect__sbm:hover {
    background-color: #fff;
    box-shadow: 3px 7px 9px #0000002e;
}

.container-eldp--grey .checkmark-eldp, .container-eldp--grey .checkmark-eldp:after {
    border-color: #00376D;
}

.container-eldp__bold {
    font-family: 'proxima-nova';
}

.eldp-p_cstm {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-family: 'proxima-nova';
}

.eldp-mailing--list {
    padding-left: 50px;
}

.contact-us__details ul li a:hover {
    text-decoration: none;
}

.sbs-h2 {
    font-size: 18px;
    font-family: 'proxima-nova';font-style: italic;
}

.eldp-newsroom__header__left h3 {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.home-page__main__right__item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.right__item__second h3 {
    font-size: 26px;
    line-height: 26px;
    font-family: 'proxima-nova-condensed';
    font-style: italic;
    font-weight: 400;
}

.right__item__second p {
    font-family: 'proxima-nova';
    line-height: 20px;
}

.right__item__bottom p {
    font-size: 14px;
    font-family: 'Proxima Light';
}



/* ? */
.newsroom__filter__body div.dropdown.open > div.caption {
    background-color: #00376D;
    color: #fff;
    border-color: #00376D;
    background-image: url(../../media/images/drop-wh.svg);
}

.newsroom__filter__body div.dropdown.selected-caption > div.caption {
    background-color: #00376D;
    color: #fff;
    border-color: #00376D;
    background-image: url(../../media/images/drop-wh.svg);
}

div.dropdown > div.list > div.item img {
    margin-right: 4px;
}

.participians-filter-result {
    margin-top: 30px;
}

.participians-filter-result p {
    font-size: 18px;
    line-height: 34px;
    font-family: 'proxima-nova';
}

.participians-filter-result p span {
    font-size: 18px;
    line-height: 34px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.eldp-class--filter-result__item--header {
    padding: 15px;
    border-radius: 6px;
    box-shadow: 1px 2px 9px #00000029;
}

.eldp-class--filter-result__title {
    font-size: 22px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    color: #00376D;
}

.eldp-class--filter-result {
    margin-top: 30px;
}

.eldp-class--filter-result__item--body {
    flex-wrap: wrap;
}

.eldp-class--filter-result__imgwrapper {
    box-shadow: 3px 3px 6px #00000029;
    padding: 4px;
    position: relative;
}

.eldp-class--filter-result__item--body__participant {
    width: 15%;
    padding-bottom: 5px;
    margin-right: 1%;
    margin-left: 1%;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 20px;
}

.eldp-class--filter-result__item--header__img {
    width: 30px;
    height: 30px;
}

.eldp-class--filter-result__item--body__participant:hover {
    box-shadow: 8px 11px 26px -3px #00000029
}

.eldp-class--filter-result__item--body__participant:first-child, .eldp-class--filter-result__item--body__participant:nth-child(7n+7) {
    margin-left: 0;
}

.eldp-class--filter-result__item--body__participant:nth-child(6n+6) {
    margin-right: 0;
}

.eldp-class--filter-result__item--body__participant h3 {
    font-size: 18px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    color: #222222;
    text-align: center;
    line-height: 18px;
    margin-top: 8px;
}

.eldp-class--filter-result__item--body__participant p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-family: 'proxima-nova';
}

.eldp-class--filter-result__item--body {
    margin-top: 23px;
}

.eldp-class--filter-abs {
    position: absolute;
    top: 7px;
    right: 7px;
}

.eldp-class--filter-abs__wrapper__abs {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    cursor: default;
    transition: .2s;
}

.eldp-class--filter-abs:hover .eldp-class--filter-abs__wrapper__abs {
    opacity: 1;
    visibility: visible;
}

.eldp-class--filter-abs__wrapper__abs p {
    color: #777777;
    font-size: 14px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    white-space: nowrap;
}

.eldp-class--filter-abs__wrapper__abs__cont {
    border-radius: 5px;
    box-shadow: 1px 1px 4px #00000029;
    padding: 4px 9px;
    background-color: #fff;
    position: relative;
}

.eldp-class--filter-abs__wrapper__abs__cont::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 11px;
    background-image: url(../../media/images/triangle-filter.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.eldp-class--filter-abs__wrapper {
    position: relative;
}

.eldp-class--filter-result__imgwrapper__n {
    box-shadow: none
}

.eldp-class-single_header p {
    font-family: 'proxima-nova';
}

.eldp-class-single .eldp-p {
    line-height: 26px;
    font-family: 'proxima-nova';
}

.eldp-class-single_nav a {
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.class-block-collapse-eldp {
    margin-top: 50px;
}

.class-block-collapse-eldp .card-header {
    background-color: #fff;
    border-radius: 0;
}

.class-block-collapse-eldp .card-header button {
    padding: 10px 15px;
    border-radius: 9px;
    box-shadow: 1px 2px 9px #00000029;
    display: flex;
    align-items: center;
    background-color: #00376D;
}

.class-block-collapse-eldp .card-header button.collapsed {
    background-color: #fff;
}

.class-block-collapse-eldp .card-header button h3 {
    font-size: 22px;
    font-family: 'proxima-nova';
    color: #fff;
    display: flex;
    align-items: center;
}

.class-block-collapse-eldp .card-header button.collapsed h3 {
    color: #00376D
}

.class-block-collapse-eldp .card-header button h3 span {
    font-size: 22px;
    color: #fff;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    margin-left: 6px;
}

.class-block-collapse-eldp .card-header button.collapsed h3 span {
    color: #00376D;
}

.class-block-collapse-eldp .card-header button svg {
    transform: rotate(-180deg);
    transition: .2s;
}

.class-block-collapse-eldp .card-header button svg path {
    transition: .2s;
}

.class-block-collapse-eldp .card-header button.collapsed svg {
    transform: rotate(0deg);
}

.class-block-collapse-eldp .card-header button.collapsed svg path {
    fill: #c50035
}


.class-block-collapse-eldp .card-header button.collapsed h3 {
    color: #00376D
}

.class-block-collapse-eldp .card-header button h3 img {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

.class-block-collapse-eldp .card {
    margin-bottom: 0;
    padding: 10px 10px;
}

@media only screen and (max-width: 768px) {
    .homepage__events-item {
        flex-direction: column;
    }

    .homepage__events-item__date {
        margin-top: 20px;
    }

    .eldp-newsroom__item::after {
        width: 100%;
        height: 100px;
        border-top-right-radius: 10px;
    }

    .latest-publications__item {
        flex-direction: column;
    }

    .latest-publications__item__right {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .eldp-topics ul {
        flex-wrap: wrap;
    }

    .contact-block {
        flex-direction: column;
    }

    .contact-block a {
        font-size: 14px;
    }

    .eldp-topics ul li {
        margin-bottom: 12px;
    }

    .eldp-topics {
        white-space: nowrap;
    }

    .pagination__bl {
        flex-direction: column;
        align-items: center;
    }

    .show-count {
        margin-top: 15px;
    }

    .newsroom__filter__body {
        flex-wrap: wrap;
    }

    .newsroom__filter__body__input {
        width: 100%;
        margin-bottom: 15px;
        max-width: 370px;
    }

    .newsroom__filter__body .container-drp {
        width: 100%;
        margin-bottom: 15px;
    }

    .newsroom__filter__body div.dropdown > div.z-ind-cstm1 {
        z-index: 222223;
    }

    .newsroom__filter__body div.dropdown > div.z-ind-cstm {
        z-index: 222222;
    }








    .eldp-class--filter-result__item--body__participant {
        width: 30%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .eldp-class--filter-result__item--body__participant:nth-child(3n+3) {
        margin-right: 0;
    }

    .eldp-class--filter-result__item--body__participant:nth-child(7n+7) {
        margin-left: 1%;
    }

    .eldp-class--filter-result__item--body__participant:nth-child(4n+4) {
        margin-left: 0;
    }

    .eldp-class--filter-result__item--body {
        justify-content: center;
    }

    .eldp-class--filter-abs__wrapper__abs {
        display: none;
        
    }

    .class-block-collapse-eldp .card-header button h3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .class-block-collapse-eldp .card-header button h3 span {
        margin-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .class-block-collapse-eldp .card-header button h3 img {
        margin-left: 0;
    }

}

/* ? */

.search-homepage-input input {
    border: 3px solid #00376D;
    border-radius: 37px;
    width: 100%;
    height: 75px;
    color: #00376D;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 24px;
    line-height: 32px;
    padding-left: 40px;
    padding-right: 80px;
    background-color: transparent;
}

.search-homepage--header {
    margin-top: 45px;
    color: #00376D;
    font-size: 22px;
    line-height: 32px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    margin-bottom: 30px;
} 

.search-homepage__link-item p {
    color: #00376D;
    font-size: 18px;
    line-height: 21px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    transition: .2s;
    text-align: center;
}

.browser-by-government-item p {
    text-align: center;
    transition: .2s;
    color: #00376D;
    font-size: 18px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    padding-right: 6px;
}



.newsroom__filter__body {
    flex-wrap: wrap;
}

.newsroom__filter__body .container-drp {
    margin-bottom: 10px;
}

.newsroom__filter__body .container-drp__by-order  div.dropdown > div.caption {
    padding-left: 38px;
    position: relative;
}

.newsroom__filter__body.flex-wrap  div.dropdown > div.caption {
    border-color: #CCCCCC
}

.newsroom__filter__body.flex-wrap div.dropdown.selected-caption > div.caption {
    border-color: #00376D;
}

.newsroom__filter__body.flex-wrap  div.dropdown.open > div.caption {
    border-color: #00376D;
}

.newsroom__filter__body .container-drp__by-order  div.dropdown > div.caption::after {
    content: "";
    width: 15px;
    height: 11px;
    position: absolute;
    background-image: url(../../media/images/filter-order.svg);
    background-size: cover;
    left: 15px;
    top: calc(50% - 6px);
}

div.dropdown > div.z-ind-cstm-flter {
    z-index: 22260;
}

div.dropdown > div.z-ind-cstm-flter-2 {
    z-index: 22259;
}

div.dropdown > div.z-ind-cstm-flter-3 {
    z-index: 22258;
}

div.dropdown > div.z-ind-cstm-flter-4 {
    z-index: 22257;
}

div.dropdown > div.z-ind-cstm-flter-5 {
    z-index: 22256;
}

div.dropdown > div.z-ind-cstm-flter-6 {
    z-index: 22255;
}

div.dropdown > div.z-ind-cstm-flter-7 {
    z-index: 22254;
}

div.dropdown > div.z-ind-cstm-flter-8 {
    z-index: 22253;
}

div.dropdown > div.z-ind-cstm-flter-9 {
    z-index: 22252;
}

div.dropdown > div.z-ind-cstm-flter-10 {
    z-index: 22251;
}

div.dropdown > div.z-ind-cstm-flter-11 {
    z-index: 22250;
}

div.dropdown > div.z-ind-cstm-flter-12 {
    z-index: 22249;
}

.newsroom__filter__header__filter-btn.filter-open {
    background-color: #C50035;
    color: #fff;
}

.newsroom__filter__header__filter-btn svg path {
    transition: .2s;
}

.newsroom__filter__header__filter-btn:hover svg path {
    fill: #fff;
}

.newsroom__filter__header__filter-btn.filter-open svg path {
    fill: #fff;
}

.selected-items--publication-wrapper p {
    color: #222222;
    font-family: 'proxima-nova';
}

.selected-items--publication-wrapper p.publication-selected-item {
    color: #C50035;
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 7px;
    margin-left: 15px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px #00000029
}

.publications-pagination>p span {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.publications-pagination>p {
    font-family: 'proxima-nova';
}

.publication__item__right--top__logo p {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    font-family: 'proxima-nova';
    text-transform: uppercase;
}

.publication__item__right--top--title h2  {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 30px;
    line-height: 32px;
    color: #222222;
    margin-top: 10px;
}

.publication__item__right--top--posted p {
    font-family: 'proxima-nova';font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    display: flex;
    align-items: center;
}

.publication__item__right--top--posted p span {
    width: 21px;
    height: 21px;
    background-color: #E6E6E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 32px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    color: #00376D;
}

.publications-download a {
    background-color: #C50035;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 6px #0000002e;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 22px;
    line-height: 32px;
    width: 100%;
    max-width: 211px;
    height: 47px;
    border-radius: 37px;
    transition: .2s;
}

.publications-download p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 6px;
    font-family: 'proxima-nova';
}

.publ-download-formats h2 {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
} 

.other-fotmat-dwn p {
    font-size: 16px;
    font-family: 'proxima-nova';
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-fotmat-dwn a {
    width: unset;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    background-color: #fff;
    color: #C50035;
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    box-shadow: 3px 3px 6px #0000002e;
    display: flex;
    align-items: center;
    border-radius: 37px;
    transition: .2s;
    justify-content: center;
}

.eldp-topics p {
    display: flex;
    align-items: center;
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima-nova';
}

.publication__item__right--top--txt p {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-family: 'proxima-nova';
}

.publication__item__right--top--txt__link-to__page h2 {
    font-size: 18px;
    font-family: 'proxima-nova';
    line-height: 22px;
    color: #222222;
}

.publication__item__right--top--txt__link-to__page a {
    font-family: 'proxima-nova';
    font-size: 18px;
    line-height: 22px;
    color: #C50035;
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
}

.publication__cstm-tooltip {
    position: absolute;
    top: -25px;
    left: -43px;
    transform: unset;
    opacity: 0;
    visibility: hidden;
    cursor: default;
    transition: .2s;
}

.publication__cstm-tooltip--cont {
    border-radius: 5px;
    box-shadow: 1px 1px 4px #00000029;
    padding: 4px 9px;
    background-color: #fff;
    position: relative;
}

.publication__cstm-tooltip--cont p {
    color: #777777;
    font-size: 14px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    white-space: nowrap;
}

.publication__cstm-tooltip--cont::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 43px;
    width: 12px;
    height: 11px;
    background-image: url(../../media/images/triangle-filter.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hover-dif-for__tooltip:hover .publication__cstm-tooltip  {
    opacity: 1;
    visibility: visible;
}

.eldp-topics .circle-span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px #0000002e;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.hover-dif-for__tooltip--center .publication__cstm-tooltip  {
    left: 50%;
    transform: translateX(-50%);
    top: -32px;
}

.hover-dif-for__tooltip--center .publication__cstm-tooltip--cont::after {
    left: 50%;
    transform: translateX(-50%)
}

.sign-up_piti-viti--header h2 {
    font-family: 'proxima-nova';font-style: italic;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

.sign-up_piti-viti--header h2 span {
    font-family: 'proxima-nova';
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}

.proc40 input {
    border-radius: 24px;
    padding-left: 25px;
    background-color: #fff;
    border: none;
    width: 100%;
    height: 39px;
    color: #00376D;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 16px;
    line-height: 32px;
}

.proc20 button {
    width: 100%;
    background-color: #C50035;
    height: 39px;
    color: #fff;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: .2s;
}

.proc20 button img {
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

.blue-sect__mail li {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    display: flex;
    align-items: center;
}

.unsubscribe__mail-sect h4 {
    max-width: 540px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.unsubscribe__mail-sect p {
    text-align: center!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #fff!important;
    font-family: 'proxima-nova'!important;
}

.unsubscribe__mail-sect--link {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    margin-top: 15px;
}

@media only screen and (max-width: 575px) {
    .publication__cstm-tooltip {
        left: 0;
    }
}







/* Learn PitiVITI styles  */
.eldp__bl-right__banner .eldp__bl-right__banner__btn {
    height: 35px;
    border-radius: 30px;
    background-color: #E68E1C;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eldp__bl-right__banner .eldp__bl-right__banner--red {
    background-color: #C50035;
}

.eldp__bl-right__banner .eldp__bl-right__banner--green {
    background-color: #0BBB28;
    margin-right: 0;
}

.piti-viti__dashboard__columns {
    border-radius: 9px;
    box-shadow: 1px 1px 10px #00000029;
}

.dashboard__line {
    height: 2px;
    background-color: #EEEEEE;
}

.piti-viti__dashboard__columns-left--btn {
    background-color: #fff;
    color: #C50035;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    box-shadow: 3px 1px 6px #00000029
}

.piti-viti__dashboard__columns-left--btn:hover {
    background-color: #fff;
    box-shadow: 3px 6px 6px #00000029
}

.piti-viti__dashboard__columns-left__solo p {
    font-size: 18px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.piti-viti__dashboard__columns-left__solo a {
    color: #222222;
    font-family: 'proxima-nova';
}

.piti-viti__dashboard__columns-left__solo a:not([href]):not([class]) {
    cursor: pointer;
    color: #222222;
    font-family: 'proxima-nova';
}

.piti-viti__dashboard__columns-left__solo--btn .dashboard-btn {
    background-color: #fff;
    color: #C50035;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    box-shadow: 3px 1px 6px #00000029
}

.piti-viti__dashboard__columns-left__solo--btn .dashboard-btn:hover {
    background-color: #fff;
    box-shadow: 3px 6px 6px #00000029
}

.piti-viti__dashboard__columns-left__solo .dashboard-sub-t {
    font-size: 14px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.piti-viti__dashboard__columns-left__solo .dashboard-paragraph {
    font-size: 12px;
    color: #222222;
    font-family: 'proxima-nova';
}

.piti-viti__dashboard__columns--center h2, .piti-viti__dashboard__columns--right h2 {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.dashboard-count__up {
    font-size: 52px;
    line-height: 60px;
    color: #00376D;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.dashboard-count__bottom {
    font-size: 16px;
    color: #222222;
    font-family: 'proxima-nova-condensed';
    letter-spacing: 1px;
}

.dashboard-count__solo {
    border-right: none;
    width: 18%;
}

.dashboard__link a {
    line-height: 19px;
    font-family: 'proxima-nova';
}

.dashboard-chat__txt p {
    font-family: 'proxima-nova';
}

.dashboard-sign-in_details h3 {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.dashboard-sign-in__item p {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.chart-proc__width {
    background-color: #00376D;
}

.dashboard-sign-in__left p span {
    font-family: 'proxima-nova';
    font-style: italic;
    font-weight: bold;
}

.dashboard-sign-in__left p {
    font-size: 16px;
    font-family: 'proxima-nova';
    color: #222222;
}

.dashboard-download__course p {
    font-size: 16px;
    font-family: 'proxima-nova';
    color: #222222;
}

.dashboard-instructor__name {
    line-height: 22px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.dashboard-instructor__name span {
    line-height: 22px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    font-size: 22px;
}

.dashboard-instructor__contact a {
    line-height: 19px;
    font-family: 'proxima-nova';
}

.dashboard-instructor__contact a img {
    position: relative;
    bottom: 2px;
}

.dashboard-instructor__buttons a {
    height: 22px;
    box-shadow: 1px 1px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    transition: .2s;
    background-color: #C50035;
    color: #fff;
}

.dashboard-instructor__buttons a img {
    margin-right: 6px;
}

.dashboard-instructor__buttons a:hover {
    box-shadow: 1px 6px 6px #00000029;
}

.dashboard-instructor__buttons a.dashboard-instructor__buttons__bio {
    background-color: #fff;
    color: #C50035;
    margin-left: 9px;
}

.dashboard-instructor__buttons {
    margin-top: 9px;
}


.audit_body-right p {
    line-height: 19px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.audit_body-right a {
    font-family: 'proxima-nova';
}

.eldp__bl-right--dashboard .low_txt {
    font-size: 36px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.chart-proc__bottom-sect p {
    margin-top: 10px;
    color: #C50035;
    font-size: 22px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.button--trigger_unsubscribe {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    letter-spacing: 1px;
    font-size: 16px;
}

.tab-sect-main--eldp .cstm-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #00376D;
    color: #00376D;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    border-radius: 0;
    background-size: 20px;
    margin-right: 3px;
}

.tab-sect-main--eldp .cstm-tabs .nav-link:last-child {
    margin-right: 0;
}

.cstm-tabs .nav-link:focus {
    outline: none!important;
}

.cstm-tabs .nav-link.active {
    border-color: #C50035;
    color: #C50035;
    box-shadow: 0px 1px 6px #00000029
}

.cstm-tabs .edits-acc {
    background-image: url(../../media/images/edit-acc-blue-simple.svg);
}

.cstm-tabs .edits-acc.active {
    background-image: url(../../media/images/editaccount-red-tab.svg);
}

.cstm-tabs .nav-link.active:hover {
    background-color: transparent;
}

.tabs-sect-main .cstm-tabs {
    position: relative;
}

.tabs-sect-main .cstm-tabs:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 3px;
    background-color: #00376D;
    bottom: 0;
    right: 0;
    max-width: 126px;
}

.tab-sect-main--eldp .cstm-tabs .courses-tab.active {
    background-image: url(../../media/images/courses-redd-img.svg);
}

.cstm-tabs .cert-blue.active {
    background-image: url(../../media/images/my-cert-red-tab1.svg);
}

.tab-sect-main--eldp .cstm-tabs .cert-blue-2.active {
    background-image: url(../../media/images/vaccine-redd-icon-tab.svg);
}

.tabs-title {
    font-size: 22px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.user-inp {
    background-image: url(../../media/images/user.svg);
}

.form-sect_inp {
    color: #777777;
    font-family: 'proxima-nova';
    border-color: #CCCCCC
}

.form-sect_inp::placeholder {
    color: #777777;
}

.tabs-sect__full-cstm div.dropdown > div.caption {
    border-color: #CCCCCC;
    color: #777777;
    font-family: 'proxima-nova';
}

.user-inp {
    background-image: url(../../media/images/user-grey-icon.svg);
}

.tabs-sect__full-cstm div.dropdown > div.caption {
    background-image: url(../../media/images/arrow-collapse-grey.svg);
}

.tabs-sect__full-cstm div.dropdown.open .caption, .tabs-sect__full-cstm div.dropdown.selected-caption .caption  {
    color: #fff;
    border-color: #00376D;
    background-image: url(../../media/images/arrow-drp-down--grey.svg);
}

.tabs-sect__full-cstm div.dropdown.selected-caption .caption {
    background-color: #00376D;
}

.tabs-sect__full-cstm .form-sect_inp__calendar {
    background-image: url(../../media/images/grey-calendar-clickable.svg);
}

.form-sect_inp--solo--icon:after {
    position: absolute;
    content: '';
    left: 24px;
    background-image: url(../../media/images/date-birth-grey-calendar.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
    top: 17px;
    background-repeat: no-repeat;
}

div.dropdown > div.caption-government--icon {
    position: relative;
    padding-left: 40px;
}

div.dropdown > div.caption-government--icon:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../media/images/government-icon-grey.svg);
    left: 17px;
    top: 13px;
}

.tabs-sect__full-cstm div.dropdown.open .caption-government--icon:after, .tabs-sect__full-cstm div.dropdown.selected-caption .caption-government--icon:after {
    background-image: url(../../media/images/government-icon-white.svg);
}

.organization-inp {
    background-image: url(../../media/images/organization-icon-grey.svg);
}

div.dropdown > div.timezone-drp {
    padding-left: 40px;
    position: relative;
}

div.dropdown > div.timezone-drp:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../media/images/time-zone-grey.svg);
    left: 17px;
    top: 13px;
}

.tabs-sect__full-cstm div.dropdown.open .timezone-drp:after, .tabs-sect__full-cstm div.dropdown.selected-caption .timezone-drp:after {
    background-image: url(../../media/images/time-zone-white.svg);
}

.tel-inp {
    background-image: url(../../media/images/phone-number-grey.svg);
}

.mail-inp__grey {
    background-image: url(../../media/images/mail-grey-inp--icon.svg);
}

.address-inp {
    background-image: url(../../media/images/address-inp-grey--icon.svg);
}

.password-inp {
    background-image: url(../../media/images/old-password-icon.svg);
    background-position: 16px 12px;
}

.new-password-inp {
    background-position: 16px 12px;
    background-image: url(../../media/images/new-password-icon-grey.svg);
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border-color: #CCCCCC;
}

.custom-switch .custom-control-label::after {
    background-color: #CCCCCC;
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #00376D;
}

.red-btn-acc-border {
    margin-top: 50px;
    padding-top: 32px;
    border-top: 1px solid #CCCCCC;
}

.red-btn-acc-border .red-btn-acc {
    height: 32px;
    font-size: 16px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    width: 142px;
}

.red-btn-acc-border .red-btn-acc img {
    margin-right: 7px;
    width: 14px;
}

.tab-left h3 {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
    color: #222222;
}

.tab-left h4 {
    font-family: 'proxima-nova';font-style: italic;
    font-size: 14px;
}

.account-user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 13px;
}

.tab-left_icon-sect {
    border-top: 2px solid #EEEEEE;
}

.tab-left_icon-item_left p {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.tab_icon-txt {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.tab_icon-small-txt {
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.session-item .h2-collapse {
    line-height: 24px;
    font-family: 'proxima-nova-condensed';     font-weight: 700;     font-style: normal;
}

.collapse-ul li {
    font-family: 'proxima-nova';
}

.collapse__bg--n img {
    width: unset;
    height: unset;
}

.clp-upl-cou[aria-expanded="true"] .collapse-icon {
    box-shadow: -3px -3px 6px #0000002e
}

.clp-upl-cou .collapse-icon {
    box-shadow: 3px 3px 6px #0000002e;
    border-radius: 50%;
}

#collapsebtn-full .participians-filter-result {
    margin-bottom: 32px;
}

#collapsebtn-full .newsroom__filter__body.flex-wrap div.dropdown > div.caption {
    border-color: #EEEEEE
}

#collapsebtn-full .newsroom__filter__body.flex-wrap div.dropdown.open > div.caption, #collapsebtn-full .newsroom__filter__body.flex-wrap div.dropdown.selected-caption > div.caption {
    border-color: #00376D;
}
