/*! Place your custom styles here */
/*! Place your custom styles here */

.error{
    color: #fc8e3a;
}
.error.valid {
    display: none !important;
}



/* Preloader */

#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 44%);
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.logo-p-color{
    color: #1eaaf1 !important;
}

.active .logo-p-bg{
    background: #1eaaf1 !important;
    border-color: #1eaaf1 !important;
}

.logo-a-color{
    color: #8cc253 !important;
}

.active .logo-a-bg{
    background: #8cc253 !important;
    border-color: #8cc253 !important;
}

.logo-l-color{
    color: #6060c5 !important;
}

.active  .logo-l-bg{
    background: #6060c5 !important;
    border-color: #6060c5 !important;
}

.logo-s-color{
    color: #f1463e !important;
}

.active .logo-s-bg{
    background: #f1463e !important;
    border-color: #f1463e !important;
}

.logo-p-bg:hover{
    background: #1eaaf1 !important;
    border-color: #1eaaf1 !important;
}
.logo-p-bg:hover   span.h5{
    color: #fff !important;
}

.logo-a-bg:hover{
    background: #8cc253 !important;
    border-color: #8cc253 !important;
}
.logo-a-bg:hover  span.h5{
    color: #fff !important;
}

.logo-l-bg:hover{
    background: #6060c5 !important;
    border-color: #6060c5 !important;
}
.logo-l-bg:hover  span.h5{
    color: #fff !important;
}

.logo-s-bg:hover{
    background: #f1463e !important;
    border-color: #f1463e !important;
}
.logo-s-bg:hover  span.h5{
    color: #fff !important;
}

.height-30{
    height: auto;
    padding: 5em 0;
}
.resource-svg {
    height: 60px;
}

@media only screen and (max-width: 760px) {
    .img-pal {
        justify-content: center;
    }
}
#cookieNoticeNorthedison.light {
    background-color: #fff !important;
    /*background-color: var(--cookieNoticeProLight);*/
    color: #393d4d;
    /*color: var(--cookieNoticeProDark);*/
}

#cookieNoticeNorthedison.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 30%;
}
#cookieNoticeNorthedison {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999;
}
.hidden{
    display: none;
}
#cookieNoticeNorthedison .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../img/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}


#cookieNoticeNorthedison #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    /*background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;*/
}
#cookieNoticeNorthedison * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNoticeNorthedison .title-wrap svg {
    margin-right: 10px;
}
#cookieNoticeNorthedison h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNoticeNorthedison.light p, #cookieNoticeNorthedison.light ul {
    color: #393d4d;
    /*color: var(--cookieNoticeProDark);*/
}
#cookieNoticeNorthedison p, #cookieNoticeNorthedison ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNoticeNorthedison .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNoticeNorthedison .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 13px;
    transition: box-shadow .3s;
}
#cookieNoticeNorthedison button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNoticeNorthedison .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.btn-primary{
    color:#ffffff;
    background:#1eaaf1;
    border: 1px solid #1eaaf1;
}
@media screen and (max-width: 500px) {
    #cookieNoticeNorthedison.light {
        background-color: #fff !important;
        /*background-color: var(--cookieNoticeProLight);*/
        color: #393d4d !important;
        /*color: var(--cookieNoticeProDark);*/
    }

    #cookieNoticeNorthedison.display-right {
        right: 30px !important;
        bottom: 30px !important;
        max-width: 80% !important;
    }
    #cookieNoticeNorthedison {
        box-sizing: border-box !important;
        position: fixed !important;
        padding: 10px !important;
        border-radius: 10px !important;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%) !important;
        font-family: inherit !important;
        z-index: 999 !important;
    }
    .hidden{
        display: none !important;
    }
    #cookieNoticeNorthedison .title-wrap {
        display: flex !important;
        align-items: center !important;
        margin-bottom: 10px !important;
        background: url(../img/cookie-icon.svg) 0 0 / 40px 40px no-repeat !important;
        padding-left: 45px !important;
        height: 40px !important;
    }


    #cookieNoticeNorthedison #closeIcon {
        width: 20px !important;
        height: 20px !important;
        cursor: pointer !important;
        color: #bfb9b9 !important;
        overflow: hidden !important;
        opacity: .85 !important;
        z-index: 999999 !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        /*background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;*/
    }
    #cookieNoticeNorthedison * {
        margin: 0 !important;
        padding: 0px !important;
        text-decoration: none !important;
        list-style: none !important;
        box-sizing: border-box !important;
    }
    #cookieNoticeNorthedison .title-wrap svg {
        margin-right: 10px !important;
    }
    #cookieNoticeNorthedison h4 {
        font-family: inherit !important;
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    #cookieNoticeNorthedison.light p, #cookieNoticeNorthedison.light ul {
        color: #393d4d !important;
        /*color: var(--cookieNoticeProDark);*/
    }
    #cookieNoticeNorthedison p, #cookieNoticeNorthedison ul {
        font-size: 10px !important;
        margin-bottom: 10px !important;
    }
    #cookieNoticeNorthedison .btn-wrap {
        display: flex !important;
        flex-direction: row !important;
        font-weight: 600 !important;
        justify-content: center !important;
        margin: 0 -5px 0 -5px !important;
        flex-wrap: wrap !important;
    }
    #cookieNoticeNorthedison .btn-wrap button {
        flex-grow: 1 !important;
        padding: 0 7px !important;
        margin: 0 5px 10px 5px !important;
        border-radius: 20px !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        min-width: 130px !important;
        line-height: 36px !important;
        border: none !important;
        font-family: inherit !important;
        font-size: 10px !important;
        transition: box-shadow .3s !important;
    }
    #cookieNoticeNorthedison button {
        outline: 0 !important;
        border: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }
    #cookieNoticeNorthedison .btn-wrap button:hover {
        transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1) !important;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%) !important;
        transform: translate3d(0,-1px,0) !important;
    }
    .btn-primary{
        color:#ffffff;
        background:#1eaaf1;
        border: 1px solid #1eaaf1;
    }
}
@media screen and (max-width: 1080px) and (min-width: 500px) {
    #cookieNoticeNorthedison.display-right {
        right: 30px !important;
        bottom: 30px !important;
        max-width: 60% !important;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000 !important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

/* The Close Button */
.closeModal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
