﻿


.shadowBox {
    height: 105%;
    width: 200%;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    left: -100%;
    position: absolute;
}

.ratestar {
    width: 30px !important;
    height: auto;
}

body, button {
    /*max-width: 1450px;
    margin-left: auto;
    margin-right: auto;*/
    font-family: "Open Sans", sans-serif;
}

    button:focus,
    .btn:focus {
        outline: none;
        box-shadow: none;
    }

.btn:hover,
.customButton:hover {
    color: #95ACBE !important;
}

.form-control {
    border-radius: 0;
    border: none;
}

.form-control:focus {
    color: #495057;
    background-color: #d3dbe1;
}

a {
    color: #239DE3;
}

select {
    background: url('/Content/images/icon-dropdown-chevron-dark@2x.png');
    background-position-x: calc(100% - 12px);
    background-position-y: center;
    background-size: 10px 6px;
    background-repeat: no-repeat;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}



.customContainerPadding {
    padding: 0 16px;
    width: 100%;
}

.customContainer {
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------------------- CUSTOM SECTION START -------------------------*/

.customSectionTitleContainer {
    margin-bottom: 32px;
    text-align: center;
    position: relative;
}

.customSectionTitle {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    padding: 0 24px;
    color: #30414F;
    z-index: 300;
    position: relative;
    background: white;
}

.customSectionSubtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
    color: #30414F;
    word-break: break-word;
}

.customSectionDescription {
    font-size: 16px;
    line-height: 22px;
    overflow-wrap: break-word;
    word-break: break-word;
}

    .customSectionDescription > p:last-child {
        margin-bottom: 0;
    }

.customSectionHorizontalSeparator {
    height: 2px;
    width: 100%;
    background-color: #30414F;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}


/* ACTIVATE TABLET RESOLUTION AT 1024PX */
@media(max-width: 1024px) {

    .customSectionTitle {
        font-size: 24px;
        line-height: 33px;
    }

    .customSectionSubtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .customSectionDescription {
        font-size: 14px;
        line-height: 19px;
    }
}


@media(max-width: 767px) {

    /*.customSectionTitleContainer {
        margin-left: -8px;
        margin-right: -8px;
    }*/

    .customSectionTitle {
        font-size: 18px;
        line-height: 24px;
    }

    .customSectionSubtitle {
        font-size: 14px;
        line-height: 19px;
    }
}

/* ------------------------- CUSTOM SECTION END -------------------------*/


.customCheckboxContainer {
    height: 24px;
    width: 24px;
    border: 2px solid #D3DBE1;
    padding: 9px 2px;
    transition: border-color .3s ease;
    cursor: pointer;
}

    .customCheckboxContainer > div {
        height: 2px;
        width: 17px;
        background-color: #30414F;
        opacity: 0;
        transition: opacity .3s ease;
    }

        .customCheckboxContainer > div:first-child {
            transform: rotate(-45deg);
        }

        .customCheckboxContainer > div:last-child {
            transform: rotate(45deg);
            margin-top: -2px;
        }

.customCheckboxContainerActive {
    border-color: #30414F !important;
}

    .customCheckboxContainerActive > div {
        opacity: 1 !important;
    }


.fadeElement {
    filter: opacity(50%);
    -webkit-transition: filter 0.5s ease-in-out; /* Safari */
    transition: filter 0.5s ease-in-out;
}

.paddingTopForNavbar {
    padding-top: 72px;
}

.icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.infoModal {
    margin-left: 5px;
    color: #39A7E6;
    cursor: pointer;
}

.rectangle {
    /*height: 40px;
    width: 96px;
    background-color: #30414F;*/
    background-color: #30414F;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    align-items: center;
    justify-content: center;
    margin: auto auto;
    text-align: center;
    padding: 10px;
}

.customSquareHole {
    position: relative;
}

    .customSquareHole:after {
        content: '';
        display: block;
        position: absolute;
    }

.customSeparatorBorderLeft {
    border-left: 2px solid #30414F;
}


.customButton {
    color: white;
    background-color: #30414F;
    padding: 10px 16px;
    border-radius: 0;
    border: 0;
    white-space: normal;
}

.customText > p:last-child {
    margin-bottom: 0;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed !important;
    opacity: 0.5;
    text-decoration: none;
}

.modal {
    z-index: 99999;
}

.modal-dialog {
    /*top: 50%;
   transform: translateY(-50%);*/
    margin-top: 100px;
}

.modal-header {
    border-bottom: none;
    /*align-items: flex-end;*/
    align-items: center;
}

.modal-body {
    padding-bottom: 40px;
    text-align: center;
}

.text-danger {
    color: #C80000 !important;
}

.text-success {
    color: #79B132 !important;
}

/************* NOTIFICATIONS START ************/

.notifications-card {
    background-color: #BCCBD7;
    font-size: 16px;
}

    .notifications-card .fas {
        color: #30414F;
        font-size: 20px;
    }

    .notifications-card .card-body .row div[class*='col-sm-'] {
        margin-top: auto;
        margin-bottom: auto;
        font-size: small;
    }

    .notifications-card .card-body .row .rectangle {
        color: white;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        height: 37px;
        width: 161px;
        background-color: #30414F;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

.notification-top {
    background-color: #DADFE3;
    padding: 16px 0;
}


.notification-area {
    height: 27px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
}

.notification-area-close {
    height: 27px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
    text-align: right;
    cursor: pointer;
}

.notification-area-banner {
    min-height: 10px;
    width: 100%;
    background-color: #30414F;
    padding-top: 10px;
}

.notification-area-details {
    /*min-height: 281px;*/
    width: 100%;
    background-color: #30414F;
    padding-top: 10px;
    padding-bottom: 80px;
    /*padding-bottom: 2px;*/
}

    .notification-area-details .square {
        /*text-align: center;*/
        /*display: inline-block;*/
        vertical-align: top;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex: 1 1 0;
        flex-basis: 0px;
        flex-basis: 0;
    }

    .notification-area-details .customButton {
        width: 100%;
        margin-top: auto;
        white-space: nowrap;
    }

    .notification-area-details .customContainer > .row > .col-12 {
        margin-top: 20px;
    }

.square {
    border: 2px solid #79B132;
    background-color: #74818D;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    color: white;
    padding: 10px;
    text-align: justify;
}

    .square p {
        flex-grow: 1;
    }

/*.squareOut {
    padding-left: 20px;
    padding-right: 20px;
}*/

.square-button {
    height: 40px;
    background-color: #30414F;
    padding: 10px;
    text-align: center;
    right: 30px;
    cursor: pointer;
    color: white;
}

.banner a, .notification-item a {
    color: white;
}

/************* NOTIFICATIONS END ************/

.fitImage {
    width: 100%;
    height: 100%;
}

.fitImageCover {
    /*object-fit: cover;*/
    /*position: relative !important;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.fitImageContain {
    /*object-fit: contain;*/
    /*position: relative !important;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.fitImageSponsor {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 200px;
}

.fitImageLeft {
    background-position: left center !important;
}

.fitImageCenter {
    background-position: center center !important;
}

.fitImageRight {
    background-position: right center !important;
}

.fitImageTop {
    background-position: center top !important;
}


.right {
    float: right;
}



/* -------------- HEADER START --------------*/

.navContainer {
    background-color: #4C6172;
    color: white;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

body.modal-open .navContainer {
    padding-right: 17px;
}

.navContainer > nav.navbar {
    padding: 16px 0;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*.navContainer .navbar .navbar-text {
            border-left: 2px solid #30414F;
            color: white;
        }*/

.navContainer .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

#tabletRightNavbarContainer {
    display: inline-flex;
    float: right;
}

.navContainer .navbar-toggler {
    display: none;
    padding: 0;
    margin-right: 16px;
}

.navContainer .navbar-toggler-icon {
    /*background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 2h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navContainer .navbar-toggler .icon-bar {
    width: 28px;
    height: 2px;
    background-color: white;
    display: block;
    -webkit-transition: opacity 0.5s ease-in-out; /* Safari */
    transition: opacity 0.5s ease-in-out;
}

    .navContainer .navbar-toggler .icon-bar:not(:first-child) {
        margin-top: 9px;
    }

    .navContainer .navbar-toggler .icon-bar.crossCloseResponsiveMenu {
        -webkit-transition: transform 0.5s, visibility 1s ease-in-out; /* Safari */
        transition: transform 0.5s, visibility 1s ease-in-out;
    }


/*.navbarContainerPadding {
    padding: 0 16px;
    width:100%;
}*/

.navbarContainer {
    display: flex;
    /*max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;*/
}

    .navbarContainer a {
        text-decoration: none !important;
    }

    .navbarContainer li a > *.menuLinkBottomBorder {
        position: relative;
    }

        .navbarContainer li a > *.menuLinkBottomBorder:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -6px;
            left: 0;
            background-color: #fff;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .navbarContainer li a:hover > *:not(.activeMenu):before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .navbarContainer #loginToggle {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.navContainer #navbarText.navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navContainer .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show > .nav-link {
    color: white;
    font-size: 14px;
    line-height: 20px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: white;
        text-decoration: underline;
    }

.navContainer ul.navbar-nav > li > a.nav-link,
.navContainer ul.navbar-nav > li > * {
    padding: 10px 15px;
}

#languageDropdown .nav-link {
    padding-right: 0;
}

#languageDropdown ul.dropdown-menu {
    border-radius: 0;
}

    #languageDropdown ul.dropdown-menu a {
        color: #30414F;
    }

.navContainer .dropdown-menu {
    position: absolute;
}


.loginRegister {
    font-weight: 600;
}

#registerButton {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

#logo {
    height: 40px;
}

#tabletRightNavbar {
    display: none;
}

.notificationCircle {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #79B132;
    border-radius: 100%;
    padding: 3px 8px;
    transform: translate(50%,-50%);
    text-align: center;
    padding-top: 1px;
}

#menuNavbarCollapse.show {
    display: none;
}

#menuNavbarCollapse a {
    color: white;
}

#menuNavbarCollapse .responsiveHorizontalSeparator {
    height: 2px;
    width: 100%;
    background-color: #30414F;
}

#logoutButton {
    padding-right: 0 !important;
}

#responsiveTopLinksContainer {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    position: relative;
    padding: 0 24px;
}

    #responsiveTopLinksContainer .responsiveTopLinksItem {
        position: relative;
        display: inline-block;
        height: auto;
        /*margin-top: 10px;
        margin-bottom: 10px;*/
    }

        #responsiveTopLinksContainer .responsiveTopLinksItem:not(:last-child) {
            margin-right: 16px;
        }

        #responsiveTopLinksContainer .responsiveTopLinksItem.loginToggleContainer {
            border-left: 2px solid #30414F;
        }

#responsiveLinksContainer {
    margin: 0;
    padding: 0 24px;
}

    #responsiveLinksContainer > li {
        list-style: none;
        margin-top: 24px;
    }

        #responsiveLinksContainer > li:last-child {
            margin-bottom: 32px;
        }

        #responsiveLinksContainer > li > a {
            font-size: 16px;
            line-height: 22px;
        }

    #responsiveLinksContainer li.menuOnlyMobile {
        display: none;
    }

#darkenTabletScreen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
    z-index: 1500;
    visibility: hidden;
    -webkit-transition: visibility 0.5s ease-in-out; /* Safari */
    transition: visibility 0.5s ease-in-out;
}

.activeMenu {
    border-bottom: 2px solid white;
    padding-bottom: 4px;
}


/*

    #customNavbar .navbar-toggle .icon-bar {
        background-color: white;
        height: 2px;
        width: 28px;
        border-radius: 0;
    }

        #customNavbar .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 9px;
        }



    #customNavbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    #customNavbar .navbar-nav > li > * {
        padding: 10px 15px;
    }

#tabletRightNavbar {
    display: none;
}*/
/* -------------- HEADER END --------------*/






#footerContainer {
    background-color: #EBEFF3;
    text-align: center;
}


#footerAffiliationsTitle {
    color: #30414F;
    font-size: 20px;
    line-height: 27px;
    padding-top: 32px;
    padding-bottom: 24px;
}

#footerAffiliationsContainer {
    margin-bottom: 40px;
}

    #footerAffiliationsContainer span:not(:first-child) a {
        margin-left: 80px;
    }

    #footerAffiliationsContainer img {
        height: 55px;
    }

.footerMenus ul {
    padding: 0;
}

.footerMenus li {
    position: relative;
    display: inline-block;
}

    .footerMenus li a {
        /*padding-top: 5px;
        padding-bottom: 5px;*/
        font-size: 14px;
        line-height: 19px;
        display: block;
        color: #4C6172;
    }

    .footerMenus li:not(:last-child) a {
        padding-right: 24px;
    }

#footerMenusContainer > li:last-child {
    padding-right: 20px;
}

.footerCustomSeparatorBorderLeft {
    border-left: 1px solid #95ACBE;
    padding-left: 25px;
}

.footerCustomHorizontalSeparator {
    height: 1px;
    background-color: #95ACBE;
    width: 100%;
}

#footerBottomRow {
    padding-top: 26px;
    padding-bottom: 37px;
    display: inline-flex;
}

#footerSocialMediaContainer > a {
    text-decoration: none;
}

#footerSocialMediaContainer a:not(:first-child) {
    margin-left: 42px;
}

.footerSocialMediaItem {
    font-size: 30px;
    line-height: 30px;
    color: #74818D;
}

#footerSponsorsContainer {
    margin-left: 13vw;
}

    #footerSponsorsContainer a:not(:first-child) {
        margin-left: 80px;
    }

    #footerSponsorsContainer img {
        height: 32px;
    }





/* ------------- PRIVATE AREA START ----------------- */

h2.no-span {
    display: table;
    white-space: nowrap;
}


    h2.no-span:before, h2.no-span:after {
        border-top: 2px solid #30414F;
        content: '';
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 45%;
    }

    h2.no-span:before {
        right: 1.5%;
    }

    h2.no-span:after {
        left: 1.5%;
    }

span.no-span {
    display: table;
    white-space: nowrap;
    color: #30414F;
}


    span.no-span:before {
        border-top: 2px solid #95ACBE;
        content: '';
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 100%;
    }

    span.no-span:before {
        right: 1.5%;
    }


.services-text {
    font-size: 18px;
    color: #30414F;
    line-height: 24px;
}

.services-notification {
    background-color: #BCCBD7;
}

.services-parent-border {
    border-bottom: solid 2px #95ACBE;
}

.services-border {
    border-bottom: solid 2px #95ACBE;
}

.services-parent-icon {
    /*margin-bottom: -18px;*/
    /*border: 2px solid #30414F;*/
    position: absolute;
    z-index: 1000;
}

.services-icon {
    /*margin-bottom: -36px;*/
    /*border: 2px solid #95ACBE;*/
    position: absolute;
    top: -10px;
    z-index: 1000;
}


.service-container {
    background-color: #EBEFF3;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);*/
    margin-top: 8px;
    padding: 16px 0;
}

.service-expanded-separator {
    border-bottom: solid 2px #95ACBE;
}


.resizeImageToText {
    overflow: hidden;
    position: relative;
}

    .resizeImageToText > img {
        /*position: absolute;
        top: 50%;
        left: 15px;
        height: auto;
        width: calc(100% - 30px);
        transform: translateY(-50%);*/
        position: absolute;
        top: 0;
        height: 100%;
        min-width: 100%;
    }


/*.gdprText {
        cursor:pointer;
    }*/

.gdprText > p:last-child {
    margin-bottom: 0;
}







/* ------------- PRIVATE AREA START ----------------- */

@media(max-width: 1200px) {

    .navbarContainer {
        justify-content: space-between;
    }
}

/* ACTIVATE TABLET RESOLUTION AT 1024PX */
@media(max-width: 1024px) {
    .customContainerPadding {
        padding: 0;
    }

    .customContainer {
        margin: 0 36px;
    }

    /* ------------- PRIVATE AREA START ----------------- */

    /*.full-width {
        margin-left: calc(-100vw / 2 + 1024px / 2);
        margin-right: calc(-100vw / 2 + 1024px / 2);
    }*/

    /* ------------- PRIVATE AREA START ----------------- */

    /* -------------- HEADER START --------------*/

    /*.navbarContainerPadding{
        padding:0;
    }*/

    /*.navbarContainer {
        margin-left: 36px;
        padding-left: 0;
        padding-right: 0;
    }*/

    .navContainer .navbar {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navContainer .navbar-toggler {
        display: inline-block;
        width: 30px;
    }

    .navbar-toggler, .navbar-toggler .collapsed {
        float: right;
    }

    .navContainer #navbarText.navbar-collapse {
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        display: none !important;
    }

    .navContainer .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body.modal-open .navContainer {
        padding-right: 0;
    }


    #menuNavbarCollapse {
        background-color: #4C6172;
        /*position: absolute;
        z-index: 2000;
        top: 50vh;
        left: 50vw;
        transform: translate(-50%,-50%);*/
    }

        /*#menuNavbarCollapse.show {
            display: block;
        }

        #menuNavbarCollapse .navbar-toggler{
            margin-right: 19px;
        }

        #menuNavbarCollapse .responsiveHorizontalSeparator {
            height: 0;
            margin-top: 0!important;
        }*/

        #menuNavbarCollapse.show {
            display: block;
        }


    #tabletRightNavbarContainer {
        position: relative;
        /*padding: 0 36px;*/
    }

    #tabletRightNavbar {
        display: block;
    }

    #menuNavbarCollapse {
        position: absolute;
        left: 0;
        top: calc(40px + 16px);
        width: 100%;
    }

        #menuNavbarCollapse .responsiveHorizontalSeparator,
        #menuNavbarCollapse #responsiveTopLinksContainer {
            display: none;
        }

        #menuNavbarCollapse #responsiveLinksContainer {
            padding: 0 36px;
        }



    /* -------------- HEADER END --------------*/
    /* -------------- FOOTER START --------------*/
    #footerAffiliationsContainer {
        margin-bottom: 27px;
    }

    #footerAffiliationsTitle {
        padding-bottom: 26px;
    }

    #footerAffiliationsContainer span:not(:first-child) a {
        margin-left: 29px;
    }

    #footerAffiliationsContainer img {
        height: 45px;
    }

    #footerMenusContainer > li:last-child {
        padding-right: 0;
    }

    .footerMenus #footerMenusRightContainer {
        display: block;
    }

    .footerMenus #footerMenusContainer li:last-child a {
        padding-right: 0;
    }

    .footerMenus .footerCustomSeparatorBorderLeft {
        border-left: none;
        padding-left: 0;
    }
    /* -------------- FOOTER END --------------*/

}


@media(max-width: 767px) {
    .customContainer {
        margin: 0 16px;
    }


    .paddingTopForNavbar {
        padding-top: 56px;
    }

    /* ------------- PRIVATE AREA START ----------------- */

    /*.full-width {
        margin-left: calc(-100vw / 2 + 768px / 2);
        margin-right: calc(-100vw / 2 + 768px / 2);
    }*/

    /* ------------- PRIVATE AREA START ----------------- */

    /* -------------- HEADER START--------------*/
    #logo {
        height: 32px;
    }

    .navContainer > nav.navbar {
        padding: 12px 0;
    }

    .navContainer .navbar-toggler {
        margin-right: 0;
    }

    /*.navbarContainer {
        margin: 0 16px;
    }*/

    .navbar-toggler, .navbar-toggler .collapsed {
        float: right;
    }

    .navContainer .navbar-toggler {
        padding: 0;
    }



    #menuNavbarCollapse {
        background-color: #4C6172;
        color: white;
        /*padding: 5px;*/
        position: absolute;
        top: 56px;
        left: 0;
        transform: none;
    }

        #menuNavbarCollapse .navbar-toggler {
            display: none;
        }

        #menuNavbarCollapse .responsiveHorizontalSeparator {
            margin-top: 16px;
        }

        #menuNavbarCollapse > .responsiveHorizontalSeparator:first-child {
            margin-top: 0;
        }



        #menuNavbarCollapse .nav-link,
        #menuNavbarCollapse .dropdown-menu {
            padding: 10px 15px;
        }

        #menuNavbarCollapse .dropdown-menu {
            min-width: auto;
        }

            #menuNavbarCollapse .dropdown-menu a {
                color: #007bff;
            }

    #tabletRightNavbarContainer {
        position: initial;
        padding: 0;
    }

    #tabletRightNavbar {
        display: block;
    }

    #menuNavbarCollapse .responsiveHorizontalSeparator {
        display: block;
    }

    #menuNavbarCollapse #responsiveTopLinksContainer {
        display: flex;
    }

    #menuNavbarCollapse #responsiveLinksContainer {
        padding: 0 24px;
    }


    #tabletRightNavbar {
        display: none;
    }


    #responsiveLinksContainer {
        height: 100vh;
    }

        #responsiveLinksContainer li.menuOnlyMobile {
            display: list-item;
        }



    #responsiveTopLinksContainer .responsiveTopLinksItem.loginToggleContainer {
        border-left: none;
    }

        #responsiveTopLinksContainer .responsiveTopLinksItem.loginToggleContainer #loginToggle {
            padding-left: 0;
        }



    /*#customNavbar .navbar-toggle {
        margin-right: 0;
    }

    #tabletRightNavbar {
        display: none;
    }

    .menuHideTablet {
        display: block !important;
    }*/

    /* -------------- HEADER END --------------*/

    /* -------------- FOOTER START --------------*/
    #footerAffiliationsContainer {
        margin-bottom: 24px;
    }

    #footerAffiliationsTitle {
        padding-bottom: 0px;
    }

    #footerAffiliationsContainer span a {
        display: block;
    }

    #footerAffiliationsContainer span a {
        margin-left: 0px;
    }

    #footerAffiliationsContainer .footerAffiliationsImageContainer {
        width: calc(50% - 15px);
        display: inline-block;
        margin-top: 26px;
    }

    #footerAffiliationsContainer img {
        height: 35px;
        max-width: 100%;
    }



    #footerBottomRow {
        padding-top: 16px;
        padding-bottom: 20px;
        display: block;
    }

    #footerSocialMediaContainer a:not(:first-child) {
        margin-left: 42px;
    }

    .footerSocialMediaItem {
        font-size: 30px;
        line-height: 30px;
        color: #74818D;
    }

    #footerSponsorsContainer {
        margin-left: 0;
    }

        #footerSponsorsContainer .footerSponsorsImageContainer {
            margin-top: 20px;
            display: inline-block;
        }

        #footerSponsorsContainer span:not(:first-child) a {
            margin-left: 40px;
        }

        #footerSponsorsContainer img {
            height: 32px;
        }


    /* -------------- FOOTER END --------------*/

    .services-text {
        font-size: 14px;
        line-height: 19px;
    }



    .notification-top .customContainer > .notificationCardContainer:not(:first-child) {
        margin-top: 16px;
    }
}






/* ------------------- ARTICLES START --------------------------*/

.articleExclusiveTag {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    text-align: center;
    font-weight: bold;
    transform-origin: left bottom;
    color: white;
    background-color: #DE8300;
    padding: 0 1px!important;
}

.articleExclusiveTag:before {
    right: 98%;
}
    .articleExclusiveTag:after {
        left: 98%;
    }

    .articleExclusiveTag:before, .articleExclusiveTag:after {
        content: "";
        position: absolute;
        height: 100%;
        background-color: #DE8300;
        width: 200px;
    }

    /* -------------------- ARTICLES END ---------------------------*/